Skip to content

Commit

Permalink
disable TestConnectInject_LocalRateLimiting for cloud provider tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael authored Jan 5, 2024
1 parent bae8e15 commit 642a1ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acceptance/tests/connect/local_rate_limit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ func TestConnectInject_LocalRateLimiting(t *testing.T) {

if !cfg.EnableEnterprise {
t.Skipf("rate limiting is an enterprise only feature. -enable-enterprise must be set to run this test.")
} else if !cfg.UseKind {
t.Skipf("rate limiting tests are time sensitive and can be flaky on cloud providers. Only test on Kind.")
}

ctx := suite.Environment().DefaultContext(t)
Expand Down

0 comments on commit 642a1ea

Please sign in to comment.