Skip to content

Commit 8e497a1

Browse files
ndeloofglours
authored andcommitted
disable TestNetworkConfigChanged which is unstable on CI
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 5aed704 commit 8e497a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/e2e/networks_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ func TestNetworkModes(t *testing.T) {
149149
}
150150

151151
func TestNetworkConfigChanged(t *testing.T) {
152+
t.Skip("unstable")
152153
// fixture is shared with TestNetworks and is not safe to run concurrently
153154
c := NewCLI(t)
154155
const projectName = "network_config_change"

0 commit comments

Comments
 (0)