Remove conformance tag for internet connectivity

ICMP ping is not available in many environments, so we should avoid
using a e2e test based the premise as a conformance test.
This commit is contained in:
Davanum Srinivas 2017-10-03 09:08:34 -04:00
parent 4c115a862b
commit ac2e103280

View File

@ -45,7 +45,7 @@ var _ = SIGDescribe("Networking", func() {
}
})
It("should provide Internet connection for containers [Conformance]", func() {
It("should provide Internet connection for containers", func() {
By("Running container which tries to ping 8.8.8.8")
framework.ExpectNoError(
framework.CheckConnectivityToHost(f, "", "ping-test", "8.8.8.8", 30))