Skip to content

Commit 5af0b8c

Browse files
authored
test(scroll-assist): skip flaky test (#26835)
1 parent cbf8bad commit 5af0b8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/utils/input-shims/hacks/test/scroll-assist.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ const getScrollPosition = async (contentEl: Locator) => {
1212
});
1313
};
1414

15-
test.describe('scroll-assist', () => {
15+
// TODO FW-3427
16+
test.describe.skip('scroll-assist', () => {
1617
let scrollAssistFixture: ScrollAssistFixture;
1718
test.beforeEach(async ({ page, skip }) => {
1819
test.slow();

0 commit comments

Comments
 (0)