Browse code

Merge pull request #38984 from thaJeztah/disable_TestCheckpoint

Temporarily disable TestCheckpoint

Tibor Vass authored on 2019/04/03 00:25:19
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