Final Fix

This commit is contained in:
Sharpz7 2023-09-08 14:44:22 +00:00
parent 43fc6b5bdb
commit 7e4b5d0d49

View File

@ -5225,9 +5225,7 @@ func TestFinalizerCleanup(t *testing.T) {
}
return !hasJobTrackingFinalizer(p), nil
}); err != nil {
if errors.Is(err, context.DeadlineExceeded) {
t.Errorf("Waiting for Pod to get the finalizer removed: %v", err)
}
t.Errorf("Waiting for Pod to get the finalizer removed: %v", err)
}
}