Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
  • Loading branch information
d80tb7 committed Jun 6, 2024
1 parent 4fb532d commit 879decf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/scheduler/preempting_queue_scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -571,11 +571,6 @@ func TestPreemptingQueueScheduler(t *testing.T) {
},

"gang preemption avoid cascading preemption": {
// TODO: FIX this test!
//SchedulingConfig: testfixtures.WithNodeEvictionProbabilityConfig(
// 0.0, // To test the gang evictor, we need to disable stochastic eviction.
// testfixtures.TestSchedulingConfig(),
//),
SchedulingConfig: testfixtures.TestSchedulingConfig(),
Nodes: testfixtures.N32CpuNodes(3, testfixtures.TestPriorities),
Rounds: []SchedulingRound{
Expand Down

0 comments on commit 879decf

Please sign in to comment.