Skip to content

Commit

Permalink
disable TestNetworkConfigChanged which is unstable on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas De Loof <[email protected]>
  • Loading branch information
ndeloof authored and glours committed Nov 27, 2024
1 parent 5aed704 commit 8e497a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/e2e/networks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ func TestNetworkModes(t *testing.T) {
}

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

0 comments on commit 8e497a1

Please sign in to comment.