Browse Source

Temporarily disable TestCheckpoint

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 6 years ago
parent
commit
23fec5025d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      integration/container/checkpoint_test.go

+ 1 - 0
integration/container/checkpoint_test.go

@@ -30,6 +30,7 @@ func containerExec(t *testing.T, client client.APIClient, cID string, cmd []stri
 }
 
 func TestCheckpoint(t *testing.T) {
+	t.Skip("TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963")
 	skip.If(t, testEnv.DaemonInfo.OSType == "windows")
 	skip.If(t, !testEnv.DaemonInfo.ExperimentalBuild)