mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
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:
parent
4c115a862b
commit
ac2e103280
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user