Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -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 |
|