Browse code

Remove v6 IT test for experimental macvlan driver

-Temporary until we find the source of CI/v6 issue with driver

Signed-off-by: Brent Salisbury <brent@docker.com>

Brent Salisbury authored on 2016/03/17 13:44:12
Showing 1 changed files
... ...
@@ -175,6 +175,7 @@ func (s *DockerNetworkSuite) TestDockerNetworkMacvlanMultiSubnet(c *check.C) {
175 175
 	_, _, err := dockerCmdWithError("exec", "second", "ping", "-c", "1", strings.TrimSpace(ip))
176 176
 	c.Assert(err, check.IsNil)
177 177
 	// verify ipv6 connectivity to the explicit --ipv6 address second to first
178
+	c.Skip("Temporarily skipping while invesitigating sporadic v6 CI issues")
178 179
 	_, _, err = dockerCmdWithError("exec", "second", "ping6", "-c", "1", strings.TrimSpace(ip6))
179 180
 	c.Assert(err, check.IsNil)
180 181