Skip to content

Commit

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

[release-4.13] OCPBUGS-13157: Deflake TestRouterCompressionOperation
  • Loading branch information
openshift-merge-robot committed May 6, 2023
2 parents 43b7ef2 + 7015b26 commit 7262c34
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 7262c34

Please sign in to comment.