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

Commit cc499f9

Browse files
crosbymichaelthaJeztah
authored andcommitted
Skip TestServiceRemoveKeepsIngressNetwork
Ref: #39426 This is a common flaky test that I have seen on multiple PRs. It is not consistent and should be skipped until it is fixed to be robust. A simple fix for the swarm tests is not easy as they all poll and have 1 billion timeouts in all the tests so a skip is valid here. Signed-off-by: Michael Crosby <crosbymichael@gmail.com> (cherry picked from commit b94218560ed7abcb461f88d122ec7d200d26ca5f) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 78198da34a57b1f6e92b9c95d89e02d8888169ff Component: engine
1 parent 34c442a commit cc499f9

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)