mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
libnetwork tests tend to be flaky (namely `TestNetworkDBIslands` and `TestNetworkDBCRUDTableEntries`). Move execution of tests which name has `TestFlaky` prefix to a separate gotestsum pass which allows them to be reran 4 times. On Windows, the libnetwork test execution is not split into a separate pass. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>