test: remove debug code
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 14 Apr 2023 21:44:44 +0000 (23:44 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 14 Apr 2023 21:44:44 +0000 (23:44 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
tests/pools/selection-strategies/worker-choice-strategy-context.test.js

index 7e616fc73008579caff1670d2249e0a8aff8f8d2..0fd3fb71bfc48a17834375d14ba596d901f9761a 100644 (file)
@@ -337,7 +337,7 @@ describe('Worker choice strategy context test suite', () => {
     )
   })
 
-  it.only('Verify that worker choice strategy options enable median run time pool statistics', () => {
+  it('Verify that worker choice strategy options enable median run time pool statistics', () => {
     const wwrWorkerChoiceStrategy = WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN
     let workerChoiceStrategyContext = new WorkerChoiceStrategyContext(
       fixedPool,