mirror of
https://github.com/moby/moby.git
synced 2026-07-16 04:21:19 +00:00
The tests starts a new daemon, but attempts to run it with overlay2, and using a unix:// socket, which doesn't really work on Windows. 40155 tried to disable such tests but missed two of them. They are being disabled with this change. Signed-off-by: vikrambirsingh <vikrambir.singh@docker.com>