mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
The test assertion that we don't have a delete future remaining races with the code its testing, because the removal of the image and the removal of the future are not atomic. Move this assertion into a `WaitForResult` to avoid test flakes which we're seeing on CI on Windows in particular.