Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/e2e: Wrap flake-prone garbage collection tests in eventually ass…
…ertions (#2403) * test/e2e: Wrap flake-prone garbage collection tests in eventually assertions Update the test/e2e/gc_e2e_test.go and wrap any error-prone test blocks in eventually assertions to reduce the number of flakes that occur when attempting to create/update/delete/etc. Kubernetes resources during individual CI runs on these garbage collection specs. Signed-off-by: timflannagan <[email protected]> * test/e2e: Replace context.TODO() with context.Background()
- Loading branch information