Merge pull request #350 from thaJeztah/19.03_backport_swarm_flake

[19.03 backport] Skip TestServiceRemoveKeepsIngressNetwork
This commit is contained in:
Sebastiaan van Stijn 2019-09-10 00:53:53 +02:00 committed by GitHub
commit 04995b667b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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