1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #39453 from crosbymichael/swarm-flake

Skip TestServiceRemoveKeepsIngressNetwork
This commit is contained in:
Sebastiaan van Stijn 2019-07-03 03:40:16 +02:00 committed by GitHub
commit b422095d93
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)