|
@@ -56,6 +56,7 @@ func TestNetworkLocalhostTCPNat(t *testing.T) {
|
|
}
|
|
}
|
|
|
|
|
|
func TestNetworkLoopbackNat(t *testing.T) {
|
|
func TestNetworkLoopbackNat(t *testing.T) {
|
|
|
|
+ skip.If(t, testEnv.GitHubActions, "FIXME: https://github.com/moby/moby/issues/41561")
|
|
skip.If(t, testEnv.OSType == "windows", "FIXME")
|
|
skip.If(t, testEnv.OSType == "windows", "FIXME")
|
|
skip.If(t, testEnv.IsRemoteDaemon)
|
|
skip.If(t, testEnv.IsRemoteDaemon)
|
|
|
|
|