mirror of https://github.com/hashicorp/consul
remove extra sleep comment
parent
85c32d8f2e
commit
7ea3d622d7
|
@ -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…
Reference in New Issue