Skip to content

Commit

Permalink
Skip TestFQDNCacheMinTTL if cluster has Windows Nodes. Fixes antrea-i…
Browse files Browse the repository at this point in the history
  • Loading branch information
devc007 committed Jan 10, 2025
1 parent 8fa828b commit 310e1e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/antreapolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5309,7 +5309,6 @@ func TestFQDNCacheMinTTL(t *testing.T) {
skipIfIPv6Cluster(t)
skipIfNotRequired(t, "mode-irrelevant")


t.Run("minTTLUnset", func(t *testing.T) { testWithFQDNCacheMinTTL(t, 0) })
t.Run("minTTL20s", func(t *testing.T) { testWithFQDNCacheMinTTL(t, 20) })
}
Expand Down

0 comments on commit 310e1e9

Please sign in to comment.