Skip to content

Commit

Permalink
test(tap-click): skip flaky test (#26776)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored Feb 13, 2023
1 parent 1c71983 commit 3717dc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/utils/tap-click/test/tap-click.e2e.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { expect } from '@playwright/test';
import { test } from '@utils/test/playwright';

test.describe('tap click utility', () => {
// TODO FW-3010
test.describe.skip('tap click utility', () => {
test.beforeEach(({ skip }) => {
skip.rtl();
skip.mode('ios');
Expand Down

0 comments on commit 3717dc4

Please sign in to comment.