diff --git a/test/e2e/antreapolicy_test.go b/test/e2e/antreapolicy_test.go index d61ba6b2b1c..daff41995bf 100644 --- a/test/e2e/antreapolicy_test.go +++ b/test/e2e/antreapolicy_test.go @@ -2358,6 +2358,8 @@ func testACNPNamespaceIsolation(t *testing.T, data *TestData) { } func testFQDNPolicy(t *testing.T) { + // The ipv6-only test env don't have IPv6 access to the web. + skipIfNotIPv4Cluster(t) builder := &ClusterNetworkPolicySpecBuilder{} builder = builder.SetName("test-acnp-drop-all-google"). SetTier("application").