Skip to content

Commit 23fec50

Browse files
committed
Temporarily disable TestCheckpoint
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 32157f9 commit 23fec50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

integration/container/checkpoint_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ func containerExec(t *testing.T, client client.APIClient, cID string, cmd []stri
3030
}
3131

3232
func TestCheckpoint(t *testing.T) {
33+
t.Skip("TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963")
3334
skip.If(t, testEnv.DaemonInfo.OSType == "windows")
3435
skip.If(t, !testEnv.DaemonInfo.ExperimentalBuild)
3536

0 commit comments

Comments
 (0)