mirror of
https://github.com/docker/compose.git
synced 2025-07-26 23:24:05 +02:00
disable TestNetworkConfigChanged which is unstable on CI
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
5aed704379
commit
8e497a1289
@ -149,6 +149,7 @@ func TestNetworkModes(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestNetworkConfigChanged(t *testing.T) {
|
func TestNetworkConfigChanged(t *testing.T) {
|
||||||
|
t.Skip("unstable")
|
||||||
// fixture is shared with TestNetworks and is not safe to run concurrently
|
// fixture is shared with TestNetworks and is not safe to run concurrently
|
||||||
c := NewCLI(t)
|
c := NewCLI(t)
|
||||||
const projectName = "network_config_change"
|
const projectName = "network_config_change"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user