Skip to content

Commit

Permalink
Revert "test: remove unneeded Linux ignore"
Browse files Browse the repository at this point in the history
This reverts commit 4fd41ee.
  • Loading branch information
jerome-benoit committed Nov 3, 2024
1 parent 4fd41ee commit bd87fe6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1634,6 +1634,7 @@ describe('Selection strategies test suite', () => {

it({
name: 'Verify WEIGHTED_ROUND_ROBIN strategy can be run in a dynamic pool',
ignore: Deno.build.os === 'linux',
fn: async () => {
const pool = new DynamicThreadPool(
min,
Expand Down Expand Up @@ -1722,6 +1723,7 @@ describe('Selection strategies test suite', () => {
it({
name:
'Verify WEIGHTED_ROUND_ROBIN strategy can be run in a dynamic pool with median runtime statistic',
ignore: Deno.build.os === 'linux',
fn: async () => {
const pool = new DynamicThreadPool(
min,
Expand Down Expand Up @@ -2070,6 +2072,7 @@ describe('Selection strategies test suite', () => {
it({
name:
'Verify INTERLEAVED_WEIGHTED_ROUND_ROBIN strategy can be run in a dynamic pool',
ignore: Deno.build.os === 'linux',
fn: async () => {
const pool = new DynamicThreadPool(
min,
Expand Down

0 comments on commit bd87fe6

Please sign in to comment.