1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Temporarily disable TestCheckpoint

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-04-01 22:07:48 +02:00
parent 32157f9b12
commit 23fec5025d
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -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)