diff --git a/core/src/components/item-sliding/test/basic/item-sliding.e2e.ts b/core/src/components/item-sliding/test/basic/item-sliding.e2e.ts index a93f199b52..9ff10f6240 100644 --- a/core/src/components/item-sliding/test/basic/item-sliding.e2e.ts +++ b/core/src/components/item-sliding/test/basic/item-sliding.e2e.ts @@ -8,7 +8,8 @@ test.describe('item-sliding: basic', () => { skip.mode('ios', "item-sliding doesn't have mode-specific styling"); }); - test('should not have visual regressions', async ({ page, browserName }, testInfo) => { + // TODO FW-3006 + test.skip('should not have visual regressions', async ({ page, browserName }, testInfo) => { // TODO(FW-2608) test.fixme( testInfo.project.metadata.rtl === true && (browserName === 'firefox' || browserName === 'webkit'),