We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb7ee2 commit 5bd7a88Copy full SHA for 5bd7a88
tests/pools/thread/dynamic.test.mjs
@@ -181,9 +181,10 @@ describe({
181
WorkerChoiceStrategies,
182
)
183
) {
184
- // Interleaved weighted round robin strategy makes that test flaky on CI
+ // Interleaved weighted round robin strategy makes that test flaky on ubuntu-latest in the CI
185
if (
186
Deno.env.get('CI') != null &&
187
+ Deno.build.os === 'linux' &&
188
workerChoiceStrategy ===
189
WorkerChoiceStrategies.INTERLEAVED_WEIGHTED_ROUND_ROBIN
190
0 commit comments