Skip to content

Commit bd87fe6

Browse files
committed
Revert "test: remove unneeded Linux ignore"
This reverts commit 4fd41ee.
1 parent 4fd41ee commit bd87fe6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,7 @@ 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',
16371638
fn: async () => {
16381639
const pool = new DynamicThreadPool(
16391640
min,
@@ -1722,6 +1723,7 @@ describe('Selection strategies test suite', () => {
17221723
it({
17231724
name:
17241725
'Verify WEIGHTED_ROUND_ROBIN strategy can be run in a dynamic pool with median runtime statistic',
1726+
ignore: Deno.build.os === 'linux',
17251727
fn: async () => {
17261728
const pool = new DynamicThreadPool(
17271729
min,
@@ -2070,6 +2072,7 @@ describe('Selection strategies test suite', () => {
20702072
it({
20712073
name:
20722074
'Verify INTERLEAVED_WEIGHTED_ROUND_ROBIN strategy can be run in a dynamic pool',
2075+
ignore: Deno.build.os === 'linux',
20732076
fn: async () => {
20742077
const pool = new DynamicThreadPool(
20752078
min,

0 commit comments

Comments
 (0)