Browse code

Temporarily disable TestCheckpoint

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2019/04/02 05:07:48
Showing 1 changed files
... ...
@@ -30,6 +30,7 @@ func containerExec(t *testing.T, client client.APIClient, cID string, cmd []stri
30 30
 }
31 31
 
32 32
 func TestCheckpoint(t *testing.T) {
33
+	t.Skip("TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963")
33 34
 	skip.If(t, testEnv.DaemonInfo.OSType == "windows")
34 35
 	skip.If(t, !testEnv.DaemonInfo.ExperimentalBuild)
35 36