Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster...
[poolifier.git] / tests / pools / utils.test.mjs
index cfa378e16aa37d81b1a4cbb51bfbe7c2a57babc7..3842c8c5e223e3e89fdea92e581b0d7f8e41fb52 100644 (file)
@@ -32,7 +32,7 @@ describe('Pool utils test suite', () => {
       concurrency: 1,
       size: Math.pow(poolMaxSize, 2),
       taskStealing: true,
-      tasksStealingOnBackPressure: true,
+      tasksStealingOnBackPressure: false,
       tasksFinishedTimeout: 2000
     })
   })