Skip to content

Commit

Permalink
Merge pull request moby#48766 from kolyshkin/runc120-followups
Browse files Browse the repository at this point in the history
runc-1.2.0 merge followups
  • Loading branch information
thaJeztah authored Nov 19, 2024
2 parents fc11756 + f96994e commit 84ad184
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ linters-settings:
desc: The logs package has moved to a separate module, https://github.com/containerd/log
- pkg: "github.com/containerd/containerd/pkg/userns"
desc: Use github.com/moby/sys/userns instead.
- pkg: "github.com/opencontainers/runc/libcontainer/userns"
desc: Use github.com/moby/sys/userns instead.
- pkg: "github.com/tonistiigi/fsutil"
desc: The fsutil module does not have a stable API, so we should not have a direct dependency unless necessary.

Expand Down
1 change: 1 addition & 0 deletions integration/container/nat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 84ad184

Please sign in to comment.