Browse Source

remove extra sleep comment

pull/18011/head
DanStough 1 year ago
parent
commit
7ea3d622d7
No known key found for this signature in database
GPG Key ID: D994ED7D73D7809
  1. 1
      test/integration/consul-container/test/gateways/ingress_gateway_test.go

1
test/integration/consul-container/test/gateways/ingress_gateway_test.go

@ -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)

Loading…
Cancel
Save