mirror of
https://github.com/moby/moby.git
synced 2026-07-10 16:48:40 +00:00
TestAttachDisconnectLeak starts its own daemon with iptables disabled, but disabling ip6tables was missed when we enabled ip6tables by default. TestNetworkStateCleanupOnDaemonStart also starts its own daemon, with iptables and ip6tables both enabled. It isn't trying to test anything iptables related. These tests run in parallel, so they both modify ip6tables in the host namespace - and could break each other by adding/removing chains at awkward moments. Disable iptables and ip6tables in both tests. Signed-off-by: Rob Murray <rob.murray@docker.com>