Merge pull request #38984 from thaJeztah/disable_TestCheckpoint

Temporarily disable TestCheckpoint
This commit is contained in:
Tibor Vass 2019-04-02 08:25:19 -07:00 committed by GitHub
commit 4067f3fb4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)