remove extra sleep comment

pull/18011/head
DanStough 2023-07-05 10:53:19 -04:00
parent 85c32d8f2e
commit 7ea3d622d7
No known key found for this signature in database
GPG Key ID: 0D994ED7D73D7809
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ func TestIngressGateway(t *testing.T) {
libassert.AssertContainerState(t, ingressService, "running")
libassert.AssertContainerState(t, serverService, "running")
//time.Sleep(3600 * time.Second)
mappedPort, err := clientNode.GetPod().MappedPort(context.Background(), nat.Port(fmt.Sprintf("%d/tcp", gatewayListenerPort)))
require.NoError(t, err)