mirror of
https://github.com/moby/moby.git
synced 2026-07-13 11:00:42 +00:00
Most tests in integration/networking/bridge_test.go are skipped on Windows - and I want to add a test that uses helpers that aren't implemented on Windows. So, move it to bridge_linux_test.go, remove the skips and put the couple of Windows/nat tests in their own file. (TestPortMappedHairpin was the only dual-platform test, it's now got two versions.) Signed-off-by: Rob Murray <rob.murray@docker.com>