mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Deflake TestCheckpointRestore
PiperOrigin-RevId: 277189064
This commit is contained in:
committed by
gVisor bot
parent
0864549ecc
commit
dbeaf9d4db
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user