Skip to content

Commit

Permalink
test: skip flaky e2e test (#2839)
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan authored Feb 10, 2025
1 parent 7f09d56 commit 7bae69a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/playwright-enqueue-links-base/test.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { initialize, getActorTestDir, runActor, expect } from '../tools.mjs';
import { initialize, getActorTestDir, runActor, expect, skipTest } from '../tools.mjs';

await skipTest('too flaky');

const testActorDirname = getActorTestDir(import.meta.url);
await initialize(testActorDirname);
Expand Down

0 comments on commit 7bae69a

Please sign in to comment.