mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Added FIXME about possible race condition in a unit test
This commit is contained in:
parent
9775f0bd14
commit
194f487749
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ func TestCreateStartRestartStopStartKillRm(t *testing.T) {
|
|||
t.Fatal(err)
|
||||
}
|
||||
|
||||
// FIXME: this failed once with a race condition ("Unable to remove filesystem for xxx: directory not empty")
|
||||
if err = srv.ContainerDestroy(id, true); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue