summaryrefslogtreecommitdiff
path: root/integration
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2022-09-08 15:56:42 +0200
committerGitHub <noreply@github.com>2022-09-08 15:56:42 +0200
commitdba081975aa0c8fa1a6a90998505764986e35fad (patch)
treeaa97f8879d9066870996e09a6c842f1a8610b458 /integration
parent7860686a8df15eea9def9e6189c6f9eca031bb6f (diff)
parent36688496cac7927659013707f10f9c57fe9f9b3a (diff)
downloaddocker-dba081975aa0c8fa1a6a90998505764986e35fad.tar.gz
Merge pull request #44034 from crazy-max/gha-test
ci: gha test workflow for integration and unit test
Diffstat (limited to 'integration')
-rw-r--r--integration/container/nat_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/integration/container/nat_test.go b/integration/container/nat_test.go
index 5567e01ab3..c94e5a556e 100644
--- a/integration/container/nat_test.go
+++ b/integration/container/nat_test.go
@@ -56,6 +56,7 @@ func TestNetworkLocalhostTCPNat(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.IsRemoteDaemon)