Skip to content

Commit 4f17802

Browse files
committed
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
1 parent 3cf28a3 commit 4f17802

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/e2e/gatewayapi/tcproute.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,7 @@ spec:
8383
By("creating TCPRoute")
8484
Expect(s.CreateResourceFromString(fmt.Sprintf(tcpRoute, gatewayName))).
8585
NotTo(HaveOccurred(), "creating TCPRoute")
86-
87-
// Verify TCPRoute status becomes programmed
88-
routeYaml, _ := s.GetResourceYaml("TCPRoute", "tcp-app-1")
89-
s.ResourceApplied("TCPRoute", "tcp-app-1", routeYaml, 1)
86+
time.Sleep(2 * time.Second)
9087

9188
By("verifying TCPRoute is functional")
9289
s.HTTPOverTCPConnectAssert(true, time.Minute*5) // should be able to connect

0 commit comments

Comments
 (0)