test(item-sliding): skip flaky test (#26496)

This commit is contained in:
Liam DeBeasi
2022-12-16 09:29:33 -05:00
committed by GitHub
parent 4a8b3c0773
commit c0ef5c5f01

View File

@ -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'),