Skip to content

Commit 69a21f3

Browse files
committed
Disable docker testing for SigProxyFalse
Signed-off-by: apostasie <[email protected]>
1 parent 10555b2 commit 69a21f3

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)