From: Jérôme Benoit Date: Thu, 8 Jun 2023 23:32:50 +0000 (+0200) Subject: test: remove debug code X-Git-Tag: v2.6.0~7^2~9 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ae9cf3c8b968d65d18b437218e13b282ba6da60c;p=poolifier.git test: remove debug code Signed-off-by: Jérôme Benoit --- diff --git a/tests/pools/selection-strategies/selection-strategies.test.js b/tests/pools/selection-strategies/selection-strategies.test.js index 20490d034..e982c970e 100644 --- a/tests/pools/selection-strategies/selection-strategies.test.js +++ b/tests/pools/selection-strategies/selection-strategies.test.js @@ -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',