Skip to content

Commit 074f396

Browse files
authored
Merge pull request #4232 from apostasie/2025-05-fix-flaky-diff
[CI]: fix flaky diff test
2 parents 612b836 + 9b1cd08 commit 074f396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nerdctl/container/container_diff_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func TestDiff(t *testing.T) {
3939
testCase.Require = require.Not(require.Windows)
4040

4141
testCase.Setup = func(data test.Data, helpers test.Helpers) {
42-
helpers.Ensure("run", "-d", "--name", data.Identifier(), testutil.CommonImage,
42+
helpers.Ensure("run", "--name", data.Identifier(), testutil.CommonImage,
4343
"sh", "-euxc", "touch /a; touch /bin/b; rm /bin/base64")
4444
}
4545

0 commit comments

Comments
 (0)