test: skip some tests
[poolifier.git] / src / pools / selection-strategies / interleaved-weighted-round-robin-worker-choice-strategy.ts
index fe6bbb735cfdf16a1ad2019784c37c0fe648490c..16d8cdbea225cf3d6d8e60efec6924a8fbd8fd3f 100644 (file)
@@ -56,7 +56,6 @@ export class InterleavedWeightedRoundRobinWorkerChoiceStrategy<
     opts: InternalWorkerChoiceStrategyOptions
   ) {
     super(pool, opts)
-    // this.setOptions(this.opts)
     this.setTaskStatisticsRequirements(this.opts)
     this.roundWeights = this.getRoundWeights()
   }