diff options
author | Fabricio Voznika <fvoznika@google.com> | 2019-10-28 18:48:35 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-28 18:50:04 -0700 |
commit | dbeaf9d4dbeea4cde670c3d07a78b56a45fa8f21 (patch) | |
tree | ed068f9d2c7eeeb8faa08d949d4c014ccb3e6640 /test/e2e | |
parent | 0864549ecc26e734bae3dcf40e0d761232f8bdad (diff) |
Deflake TestCheckpointRestore
PiperOrigin-RevId: 277189064
Diffstat (limited to 'test/e2e')
-rw-r--r-- | test/e2e/integration_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/e2e/integration_test.go b/test/e2e/integration_test.go index 7cc0de129..28064e557 100644 --- a/test/e2e/integration_test.go +++ b/test/e2e/integration_test.go @@ -175,6 +175,9 @@ func TestCheckpointRestore(t *testing.T) { t.Fatal(err) } + // TODO(b/143498576): Remove after github.com/moby/moby/issues/38963 is fixed. + time.Sleep(1 * time.Second) + if err := d.Restore("test"); err != nil { t.Fatal("docker restore failed:", err) } |