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:
parent
32157f9b12
commit
23fec5025d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue