We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2a13e commit b5755a0Copy full SHA for b5755a0
1 file changed
cmd/nerdctl/image/image_load_test.go
@@ -38,7 +38,7 @@ func TestLoadStdinFromPipe(t *testing.T) {
38
39
testCase := &test.Case{
40
Description: "TestLoadStdinFromPipe",
41
- Require: require.All(require.Linux, nerdtest.IsFlaky("https://github.com/containerd/nerdctl/issues/4789")),
+ Require: require.Linux,
42
Setup: func(data test.Data, helpers test.Helpers) {
43
identifier := data.Identifier()
44
helpers.Ensure("pull", "--quiet", testutil.CommonImage)
0 commit comments