Skip to content

Commit c48ab48

Browse files
committed
skip worker tests again (for now)
1 parent 4c7c1ae commit c48ab48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

JetStreamDriver.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2384,7 +2384,8 @@ function processTestList(testList)
23842384
}
23852385

23862386
const defaultDisabledTags = [];
2387-
if (!globalThis.Worker)
2387+
// FIXME: add better support to run Worker tests in shells.
2388+
if (!isInBrowser)
23882389
defaultDisabledTags.push("WorkerTests");
23892390

23902391
if (typeof testList !== "undefined") {

0 commit comments

Comments
 (0)