Skip to content

Commit

Permalink
Skip FQDN e2e test in ipv6-only test env
Browse files Browse the repository at this point in the history
Fixes antrea-io#2653
The IPv6-only CI test env don't have IPv6 access to the web.

Signed-off-by: wgrayson <[email protected]>
  • Loading branch information
GraysonWu committed Aug 26, 2021
1 parent 159fc30 commit d0f0f3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/antreapolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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").
Expand Down

0 comments on commit d0f0f3a

Please sign in to comment.