Skip to content

Commit

Permalink
[IPv6] Skip TestAntctlProxy for IPv6 (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhecheng committed Nov 11, 2020
1 parent 5f6512d commit a31a432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/antctl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ func runAntctProxy(nodeName string, nodeAntctlPath string, proxyPort int, agentN
// TestAntctlProxy validates "antctl proxy" for both the Antrea Controller and
// Agent API.
func TestAntctlProxy(t *testing.T) {
skipIfIPv6Cluster(t)
const proxyPort = 8001

data, err := setupTest(t)
Expand Down

0 comments on commit a31a432

Please sign in to comment.