Skip to content

Commit

Permalink
If windows node then TestAntreaPolicy will be skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
devc007 committed Jan 9, 2025
1 parent 357d38f commit d1cafa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/antreapolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5315,6 +5315,7 @@ func testWithFQDNCacheMinTTL(t *testing.T, fqdnCacheMinTTL int) {
)

skipIfAntreaPolicyDisabled(t)
skipIfHasWindowsNodes(t)
skipIfNotIPv4Cluster(t)
skipIfIPv6Cluster(t)
skipIfNotRequired(t, "mode-irrelevant")
Expand Down

0 comments on commit d1cafa7

Please sign in to comment.