1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00

refactor(TestRemovePodsHavingTooManyRestarts): remove leftover comments

This commit is contained in:
Jan Chaloupka
2025-12-15 18:20:38 +01:00
parent 78788d72de
commit 162a2d14b7

View File

@@ -154,15 +154,6 @@ func withKubeSystemCriticalPod(pod *v1.Pod) {
}
func TestDeletePodsViolatingNodeTaints(t *testing.T) {
// The following 4 pods won't get evicted.
// A Critical Pod.
// A daemonset.
// A pod with local storage.
// A Mirror Pod.
// node5 has PreferNoSchedule:testTaint1=test1, so the p13 has to have
// PreferNoSchedule:testTaint0=test0 so the pod is not tolarated
var uint1, uint2 uint = 1, 2
tests := []struct {