Skip to content

Commit

Permalink
deflake TestImageConvertEStargz
Browse files Browse the repository at this point in the history
Signed-off-by: Jin Dong <jin.dong@databricks.com>
  • Loading branch information
djdongjin committed Mar 25, 2024
1 parent fa34a4b commit c3c3f64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/nerdctl/image_convert_test.go
Expand Up @@ -28,7 +28,6 @@ func TestImageConvertEStargz(t *testing.T) {
t.Skip("no windows support yet")
}
testutil.DockerIncompatible(t)
t.Parallel()
base := testutil.NewBase(t)
convertedImage := testutil.Identifier(t) + ":esgz"
base.Cmd("rmi", convertedImage).Run()
Expand Down

0 comments on commit c3c3f64

Please sign in to comment.