Skip to content

Commit

Permalink
Skip 2 Network Policy testcases before Network Policy IPv6 is support…
Browse files Browse the repository at this point in the history
…ed (#1460)
  • Loading branch information
lzhecheng committed Nov 9, 2020
1 parent c785d3b commit a5f657b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/networkpolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ func TestDefaultDenyEgressPolicy(t *testing.T) {
// https://github.com/kubernetes/kubernetes/blob/v1.20.0-alpha.0/test/e2e/network/network_policy.go#L1365
// https://github.com/kubernetes/kubernetes/pull/93583
func TestEgressToServerInCIDRBlock(t *testing.T) {
t.Skipf("Skipping test before Network Policy IPv6 is supported")
skipIfNotIPv6Cluster(t)
data, err := setupTest(t)
if err != nil {
Expand Down Expand Up @@ -351,6 +352,7 @@ func TestEgressToServerInCIDRBlock(t *testing.T) {
// https://github.com/kubernetes/kubernetes/blob/v1.20.0-alpha.0/test/e2e/network/network_policy.go#L1444
// https://github.com/kubernetes/kubernetes/pull/93583
func TestEgressToServerInCIDRBlockWithException(t *testing.T) {
t.Skipf("Skipping test before Network Policy IPv6 is supported")
skipIfNotIPv6Cluster(t)
data, err := setupTest(t)
if err != nil {
Expand Down

0 comments on commit a5f657b

Please sign in to comment.