Closed martinmo closed 3 years ago
Turns out that disabling the experimental "cloud experience" feature in the docker settings resolves this issue (it is on by default).
Thus, this bug turns into a documentation enhancement.
Closing this as this setting ("cloud experience") disappeared from the Docker for Mac configuration.
The test
test_kill_on_timeout
reliably fails on macOS, I'm not sure when this started to appear because I normally only execute the test suite with--exclude-tag=slow
.Normally this test should take less than a second and the whole test suite less than 15 seconds.
I guess this is a behavorial change in Docker Desktop for Mac that invalidated some assumptions in our testrunner code. Versions:
However, the tests on Travis CI, under Linux, pass.