Skip to content

Commit

Permalink
issues are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
devc007 committed Jan 14, 2025
1 parent 683bace commit c63e62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/antreapolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5308,7 +5308,7 @@ func TestFQDNCacheMinTTL(t *testing.T) {
skipIfNotIPv4Cluster(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 c63e62e

Please sign in to comment.