Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit e5c837e

Browse files
authored
Merge pull request #350 from thaJeztah/19.03_backport_swarm_flake
[19.03 backport] Skip TestServiceRemoveKeepsIngressNetwork Upstream-commit: 04995b667b2fb251ee149ef9c10294b9d1ce07b0 Component: engine
2 parents 4570882 + cc499f9 commit e5c837e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

components/engine/integration/network/service_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ func TestServiceWithPredefinedNetwork(t *testing.T) {
227227
const ingressNet = "ingress"
228228

229229
func TestServiceRemoveKeepsIngressNetwork(t *testing.T) {
230+
t.Skip("FLAKY_TEST")
231+
230232
skip.If(t, testEnv.OSType == "windows")
231233
defer setupTest(t)()
232234
d := swarm.NewSwarm(t, testEnv)

0 commit comments

Comments
 (0)