disable TestNetworkConfigChanged which is unstable on CI

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2024-11-27 09:31:04 +01:00 committed by Guillaume Lours
parent 5aed704379
commit 8e497a1289
1 changed files with 1 additions and 0 deletions

View File

@ -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"