mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
test(scroll-assist): skip flaky test (#26835)
This commit is contained in:
@ -12,7 +12,8 @@ const getScrollPosition = async (contentEl: Locator) => {
|
||||
});
|
||||
};
|
||||
|
||||
test.describe('scroll-assist', () => {
|
||||
// TODO FW-3427
|
||||
test.describe.skip('scroll-assist', () => {
|
||||
let scrollAssistFixture: ScrollAssistFixture;
|
||||
test.beforeEach(async ({ page, skip }) => {
|
||||
test.slow();
|
||||
|
Reference in New Issue
Block a user