| ... | ... |
@@ -85,6 +85,7 @@ func TestCreateStartRestartStopStartKillRm(t *testing.T) {
|
| 85 | 85 |
t.Fatal(err) |
| 86 | 86 |
} |
| 87 | 87 |
|
| 88 |
+ // FIXME: this failed once with a race condition ("Unable to remove filesystem for xxx: directory not empty")
|
|
| 88 | 89 |
if err = srv.ContainerDestroy(id, true); err != nil {
|
| 89 | 90 |
t.Fatal(err) |
| 90 | 91 |
} |