Skip to content

Commit 6acd613

Browse files
ci: remove tests ignore in CI (#91)
* ci: remove tests ignore in CI Signed-off-by: Jérôme Benoit <[email protected]> * test: readd some tests ignore Signed-off-by: Jérôme Benoit <[email protected]> --------- Signed-off-by: Jérôme Benoit <[email protected]>
1 parent 601bd13 commit 6acd613

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/pools/thread/dynamic.test.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,7 @@ describe({
184184
WorkerChoiceStrategies,
185185
)
186186
) {
187-
// Interleaved weighted round robin strategy makes that test flaky on ubuntu-latest in the CI
188187
if (
189-
Deno.env.get('CI') != null &&
190-
Deno.build.os === 'linux' &&
191188
workerChoiceStrategy ===
192189
WorkerChoiceStrategies.INTERLEAVED_WEIGHTED_ROUND_ROBIN
193190
) {

0 commit comments

Comments
 (0)