Skip tests that are flaky for 4 already

Some other tests on this file where skipped with this same line. Let's
skip this one, that seems to be flaky too.

Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
This commit is contained in:
Rodrigo Campos
2024-08-30 11:44:51 +02:00
committed by Sebastiaan van Stijn
parent be36ac13e5
commit f96994ec17

View File

@@ -40,6 +40,7 @@ func TestNetworkNat(t *testing.T) {
func TestNetworkLocalhostTCPNat(t *testing.T) {
skip.If(t, testEnv.IsRemoteDaemon)
skip.If(t, testEnv.GitHubActions, "FIXME: https://github.com/moby/moby/issues/41561")
ctx := setupTest(t)