Skip to content

Commit 4fd41ee

Browse files
committed
test: remove unneeded Linux ignore
Signed-off-by: Jérôme Benoit <[email protected]>
1 parent 022be77 commit 4fd41ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/pools/selection-strategies/selection-strategies.test.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,6 @@ describe('Selection strategies test suite', () => {
16341634

16351635
it({
16361636
name: 'Verify WEIGHTED_ROUND_ROBIN strategy can be run in a dynamic pool',
1637-
ignore: Deno.build.os === 'linux',
16381637
fn: async () => {
16391638
const pool = new DynamicThreadPool(
16401639
min,
@@ -1723,7 +1722,6 @@ describe('Selection strategies test suite', () => {
17231722
it({
17241723
name:
17251724
'Verify WEIGHTED_ROUND_ROBIN strategy can be run in a dynamic pool with median runtime statistic',
1726-
ignore: Deno.build.os === 'linux',
17271725
fn: async () => {
17281726
const pool = new DynamicThreadPool(
17291727
min,
@@ -2072,7 +2070,6 @@ describe('Selection strategies test suite', () => {
20722070
it({
20732071
name:
20742072
'Verify INTERLEAVED_WEIGHTED_ROUND_ROBIN strategy can be run in a dynamic pool',
2075-
ignore: Deno.build.os === 'linux',
20762073
fn: async () => {
20772074
const pool = new DynamicThreadPool(
20782075
min,

0 commit comments

Comments
 (0)