This test was added recently in #36316, but is failing on a lot of PR's with:
13:46:02 --- FAIL: TestServiceWithPredefinedNetwork (12.36s)
13:46:02 daemon.go:283: [d47ab7ceb5568] waiting for daemon to start
13:46:02 daemon.go:315: [d47ab7ceb5568] daemon started
13:46:02 service_test.go:52: timeout hit after 10s: task count at 1 waiting for 0
13:46:02 daemon.go:273: [d47ab7ceb5568] exiting daemon
13:46:02 FAIL
Failure is in the teardown of the test;
|
poll.WaitOn(t, noTasks(client), pollSettings) |
/cc @selansen
This test was added recently in #36316, but is failing on a lot of PR's with:
Failure is in the teardown of the test;
moby/integration/network/service_test.go
Line 52 in 0b0af85
/cc @selansen