Skip to content

Commit

Permalink
test/e2e: Wrap flake-prone garbage collection tests in eventually ass…
Browse files Browse the repository at this point in the history
…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 <timflannagan@gmail.com>

* test/e2e: Replace context.TODO() with context.Background()
  • Loading branch information
timflannagan committed Oct 6, 2021
1 parent 07dd3a0 commit 23d84fa
Showing 1 changed file with 128 additions and 81 deletions.
Loading

0 comments on commit 23d84fa

Please sign in to comment.