mirror of
https://github.com/moby/moby.git
synced 2026-07-08 23:57:50 +00:00
Some tests were skipped if the local daemon did not have experimental features enabled; at the same time, some tests unconditionally created a new (experimental) daemon, even if the local daemon already had experimental enabled. This patch; - Checks if the "testEnv" is an experimental Linux daemon - If not, and the daemon is running locally; spin up a new experimental daemon to be used during the test. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>