Skip to content

Commit

Permalink
remove extra sleep comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough committed Jul 5, 2023
1 parent 85c32d8 commit 7ea3d62
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7ea3d62

Please sign in to comment.