Commit ac2e1032 authored by Davanum Srinivas's avatar Davanum Srinivas

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.
parent 4c115a86
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment