mirror of
https://github.com/moby/moby.git
synced 2026-08-04 23:21:00 +00:00
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:
committed by
Sebastiaan van Stijn
parent
be36ac13e5
commit
f96994ec17
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user