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:
		| @@ -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") | 		By("Running container which tries to ping 8.8.8.8") | ||||||
| 		framework.ExpectNoError( | 		framework.ExpectNoError( | ||||||
| 			framework.CheckConnectivityToHost(f, "", "ping-test", "8.8.8.8", 30)) | 			framework.CheckConnectivityToHost(f, "", "ping-test", "8.8.8.8", 30)) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Davanum Srinivas
					Davanum Srinivas