Skip to content

Commit 9b67974

Browse files
authored
Merge pull request containerd#3718 from apostasie/logs-flaky
Marking TestCreate/logs as flaky
2 parents 43d3a05 + 531e203 commit 9b67974

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/nerdctl/container/container_create_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ func TestCreate(t *testing.T) {
3939
helpers.Anyhow("rm", "-f", data.Identifier("container"))
4040
}
4141

42+
testCase.Require = nerdtest.IsFlaky("https://github.com/containerd/nerdctl/issues/3717")
43+
4244
testCase.SubTests = []*test.Case{
4345
{
4446
Description: "ps -a",

0 commit comments

Comments
 (0)