Skip to content

Commit 26fb66f

Browse files
committed
Mute noisy test pull logs
Signed-off-by: apostasie <spam_blackhole@farcloser.world>
1 parent 00558aa commit 26fb66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nerdctl/container/container_run_stargz_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func TestRunStargz(t *testing.T) {
3535
require.Not(nerdtest.Docker),
3636
)
3737

38-
testCase.Command = test.Command("--snapshotter=stargz", "run", "--rm", testutil.FedoraESGZImage, "ls", "/.stargz-snapshotter")
38+
testCase.Command = test.Command("--snapshotter=stargz", "run", "--quiet", "--rm", testutil.FedoraESGZImage, "ls", "/.stargz-snapshotter")
3939

4040
testCase.Expected = test.Expects(0, nil, nil)
4141

0 commit comments

Comments
 (0)