Skip to content

Commit

Permalink
Merge pull request #963 from openshift-cherrypick-robot/cherry-pick-9…
Browse files Browse the repository at this point in the history
…20-to-release-4.12

[release-4.12] OCPBUGS-16620: Deflake TestRouterCompressionOperation
  • Loading branch information
openshift-merge-robot committed Aug 7, 2023
2 parents e56a18d + 7279960 commit 8b44d0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/router_compression_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ func TestRouterCompressionOperation(t *testing.T) {
}()

// Wait until the new compressionPolicy is active in the router deployment
deployment, err := getDeployment(t, kclient, controller.RouterDeploymentName(ic), 2*time.Minute)
if err := waitForDeploymentComplete(t, kclient, deployment, 3*time.Minute); err != nil {
if err := waitForDeploymentCompleteWithOldPodTermination(t, kclient, controller.RouterDeploymentName(ic), 3*time.Minute); err != nil {
t.Fatalf("failed to observe deployment completion: %v", err)
}

Expand Down

0 comments on commit 8b44d0b

Please sign in to comment.