We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf28a3 commit 4f17802Copy full SHA for 4f17802
test/e2e/gatewayapi/tcproute.go
@@ -83,10 +83,7 @@ spec:
83
By("creating TCPRoute")
84
Expect(s.CreateResourceFromString(fmt.Sprintf(tcpRoute, gatewayName))).
85
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)
+ time.Sleep(2 * time.Second)
90
91
By("verifying TCPRoute is functional")
92
s.HTTPOverTCPConnectAssert(true, time.Minute*5) // should be able to connect
0 commit comments