Skip to content

Commit fe688ce

Browse files
authored
Merge pull request #4065 from apostasie/ci-mute-stargztest
[P2] [CI] mute noisy test pull logs
2 parents 00558aa + 26fb66f commit fe688ce

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)