Skip to content

Commit b5755a0

Browse files
committed
Revert "TestLoadStdinFromPipe: mark as flaky"
This reverts commit afbfb77. Signed-off-by: Hayato Kiwata <dev@haytok.jp>
1 parent 8f2a13e commit b5755a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/nerdctl/image/image_load_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func TestLoadStdinFromPipe(t *testing.T) {
3838

3939
testCase := &test.Case{
4040
Description: "TestLoadStdinFromPipe",
41-
Require: require.All(require.Linux, nerdtest.IsFlaky("https://github.com/containerd/nerdctl/issues/4789")),
41+
Require: require.Linux,
4242
Setup: func(data test.Data, helpers test.Helpers) {
4343
identifier := data.Identifier()
4444
helpers.Ensure("pull", "--quiet", testutil.CommonImage)

0 commit comments

Comments
 (0)