Merge pull request #350 from thaJeztah/19.03_backport_swarm_flake
[19.03 backport] Skip TestServiceRemoveKeepsIngressNetwork
This commit is contained in:
commit
04995b667b
1 changed files with 2 additions and 0 deletions
|
@ -227,6 +227,8 @@ func TestServiceWithPredefinedNetwork(t *testing.T) {
|
|||
const ingressNet = "ingress"
|
||||
|
||||
func TestServiceRemoveKeepsIngressNetwork(t *testing.T) {
|
||||
t.Skip("FLAKY_TEST")
|
||||
|
||||
skip.If(t, testEnv.OSType == "windows")
|
||||
defer setupTest(t)()
|
||||
d := swarm.NewSwarm(t, testEnv)
|
||||
|
|
Loading…
Reference in a new issue