mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Protecting the environment relies on the shared state (containers, images, etc) which might already be mutated by other tests if the test opted in into the Parallel execution before Protect was called. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>