mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Final Fix
This commit is contained in:
parent
43fc6b5bdb
commit
7e4b5d0d49
@ -5225,9 +5225,7 @@ func TestFinalizerCleanup(t *testing.T) {
|
|||||||
}
|
}
|
||||||
return !hasJobTrackingFinalizer(p), nil
|
return !hasJobTrackingFinalizer(p), nil
|
||||||
}); err != 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)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user