Skip to content

Commit 7e5c03a

Browse files
test(item-sliding): skip flaky gesture test for now (#26136)
1 parent 2192409 commit 7e5c03a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/components/item-sliding/test/basic/item-sliding.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ test.describe('item-sliding: basic', () => {
2222
await testSlidingItem(page, item, 'end');
2323
});
2424

25-
test('should open when swiped', async ({ page, skip }) => {
25+
// mouse gesture is flaky on CI, skip for now
26+
test.fixme('should open when swiped', async ({ page, skip }) => {
2627
skip.rtl();
2728
skip.browser(
2829
(browserName: string) => browserName !== 'chromium',

0 commit comments

Comments
 (0)