Disable JobTrackingWithFinalizers due to unresolved bug

Change-Id: Ieeeab689ae51dfe0dc06bdca88519d0ecf66d636
This commit is contained in:
Aldo Culquicondor
2022-04-14 11:55:01 -04:00
parent a8c582a765
commit 3b18613be8
2 changed files with 2 additions and 2 deletions

View File

@@ -710,7 +710,7 @@ func TestSuspendJob(t *testing.T) {
validateJobPodsStatus(ctx, t, clientSet, job, podsByStatus{
Active: active,
Ready: pointer.Int32(0),
}, true)
}, feature.DefaultFeatureGate.Enabled(features.JobTrackingWithFinalizers))
job, err = clientSet.BatchV1().Jobs(ns.Name).Get(ctx, job.Name, metav1.GetOptions{})
if err != nil {
t.Fatalf("Failed to get Job after %s: %v", s, err)