clean up codes after PodDisruptionConditions was promoted to GA and locked to default

This commit is contained in:
carlory
2024-07-10 16:16:11 +08:00
parent 1740d85aff
commit 850bc09e9b
18 changed files with 85 additions and 154 deletions

View File

@@ -1466,7 +1466,6 @@ func TestPodEligibleToPreemptOthers(t *testing.T) {
for _, test := range tests {
t.Run(test.name, func(t *testing.T) {
test.fts.EnablePodDisruptionConditions = true
logger, ctx := ktesting.NewTestContext(t)
ctx, cancel := context.WithCancel(ctx)
defer cancel()