From dbeaf9d4dbeea4cde670c3d07a78b56a45fa8f21 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Mon, 28 Oct 2019 18:48:35 -0700 Subject: Deflake TestCheckpointRestore PiperOrigin-RevId: 277189064 --- test/e2e/integration_test.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/e2e') 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) } -- cgit v1.2.3