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 e09536d commit d3f4537
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 @@ -2956,7 +2956,7 @@ test.describe.parallel('Tables', () => {
}) => {
test.fixme(
browserName === 'firefox' ||
(os.platform() === 'linux' && browserName === 'chromium') ||
(os.platform() !== 'darwin' && browserName === 'chromium') ||
isCollab ||
legacyEvents,
);
Expand Down

0 comments on commit d3f4537

Please sign in to comment.