@@ -83,6 +83,7 @@ func TestCheckpointRemove(t *testing.T) {
8383 // The issue is tracked in the moby/moby project as https://github.com/moby/moby/issues/50750.
8484 require .Not (nerdtest .Docker ),
8585 )
86+ testCase .NoParallel = true
8687 testCase .SubTests = []* test.Case {
8788 {
8889 Description : "remove-existing" ,
@@ -92,7 +93,6 @@ func TestCheckpointRemove(t *testing.T) {
9293 },
9394 Cleanup : func (data test.Data , helpers test.Helpers ) {
9495 helpers .Anyhow ("rm" , "-f" , data .Identifier ("container-running-remove" ))
95- helpers .Anyhow ("rmi" , "-f" , testutil .CommonImage )
9696 },
9797 Command : func (data test.Data , helpers test.Helpers ) test.TestableCommand {
9898 return helpers .Command ("checkpoint" , "rm" , "--checkpoint-dir" , checkpointDir , data .Identifier ("container-running-remove" ), checkpointName )
@@ -111,7 +111,6 @@ func TestCheckpointRemove(t *testing.T) {
111111 },
112112 Cleanup : func (data test.Data , helpers test.Helpers ) {
113113 helpers .Anyhow ("rm" , "-f" , data .Identifier ("container-clean-remove" ))
114- helpers .Anyhow ("rmi" , "-f" , testutil .CommonImage )
115114 },
116115 Command : func (data test.Data , helpers test.Helpers ) test.TestableCommand {
117116 return helpers .Command ("checkpoint" , "rm" , "--checkpoint-dir" , checkpointDir , data .Identifier ("container-clean-remove" ), checkpointName )
0 commit comments