Skip to content

Commit 44fa49b

Browse files
author
nwickramasin
committed
Remove redundant verification
1 parent 5f852d6 commit 44fa49b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/e2e/aaas.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,7 @@ func createIngressWithInfo(serviceName, hostName, ns string, port int, cs kubern
125125
_, err = cs.NetworkingV1().Ingresses(ns).Get(context.TODO(), ing.Name, metav1.GetOptions{ResourceVersion: "0"})
126126
framework.ExpectNoError(err)
127127

128-
// Verify skipper routing
129-
By("Waiting for skipper route to default redirect from http to https")
130-
err = waitForResponse(addr, "http", waitTime, isRedirect, true)
131-
framework.ExpectNoError(err)
132-
133-
By("Waiting for ALB to create endpoint and skipper route")
128+
By("Waiting for LB to create endpoint and skipper route")
134129
err = waitForResponse(addr, "https", waitTime, isNotFound, true)
135130
framework.ExpectNoError(err)
136131

0 commit comments

Comments
 (0)