Skip to content

Commit

Permalink
test: disable another flaky test for table
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Dec 29, 2024
1 parent 8bb2423 commit e09536d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/playground/src/__tests__/e2e/Tables.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2634,7 +2634,7 @@ test.describe.parallel('Tables', () => {
test.fixme(
browserName === 'firefox' ||
legacyEvents ||
(os.platform() === 'linux' && browserName === 'chromium') ||
(os.platform() !== 'darwin' && browserName === 'chromium') ||
isCollab,
);
await initialize({isCollab, page});
Expand Down

0 comments on commit e09536d

Please sign in to comment.