test: remove debug code
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 8 Jun 2023 23:32:50 +0000 (01:32 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 8 Jun 2023 23:32:50 +0000 (01:32 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
tests/pools/selection-strategies/selection-strategies.test.js

index 20490d03414ba0e7c9ef4cba4e3f17da40a29b55..e982c970e839a17f8ddf48f3dfcf5e6ec2d82774 100644 (file)
@@ -611,7 +611,7 @@ describe('Selection strategies test suite', () => {
     await pool.destroy()
   })
 
-  it.only('Verify LEAST_ELU strategy can be run in a fixed pool', async () => {
+  it('Verify LEAST_ELU strategy can be run in a fixed pool', async () => {
     const pool = new FixedThreadPool(
       max,
       './tests/worker-files/thread/testWorker.js',