Skip to content

Commit 51b5cf6

Browse files
authored
Merge pull request containerd#4222 from apostasie/2025-05-disable-docker-test
[CI BUST FIX]: fix docker target (disable docker testing for SigProxyFalse)
2 parents 10555b2 + 69a21f3 commit 51b5cf6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmd/nerdctl/container/container_run_linux_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,10 @@ func TestRunSigProxy(t *testing.T) {
423423
{
424424
Description: "SigProxyFalse",
425425

426+
// Docker behavior changed sometimes with Docker 27
427+
// See https://github.com/containerd/nerdctl/issues/4219 for details
428+
Require: require.Not(nerdtest.Docker),
429+
426430
Cleanup: func(data test.Data, helpers test.Helpers) {
427431
helpers.Anyhow("rm", "-f", data.Identifier())
428432
},

0 commit comments

Comments
 (0)