Skip to content

Commit

Permalink
Disable Flaky Acceptance Tests (#3006)
Browse files Browse the repository at this point in the history
* flaky proxy-lifecycle

* flaky rate limiting
  • Loading branch information
wilkermichael authored Sep 26, 2023
1 parent f014fc7 commit d3e60df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acceptance/tests/connect/connect_proxy_lifecycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ func TestConnectInject_ProxyLifecycleShutdown(t *testing.T) {
cfg := suite.Config()
cfg.SkipWhenOpenshiftAndCNI(t)

t.Skipf("TODO(flaky-1.17): NET-XXXX")

for _, testCfg := range []LifecycleShutdownConfig{
{secure: false, helmValues: map[string]string{
helmDrainListenersKey: "true",
Expand Down
1 change: 1 addition & 0 deletions acceptance/tests/connect/local_rate_limit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (

// TestConnectInject_LocalRateLimiting tests that local rate limiting works as expected between services.
func TestConnectInject_LocalRateLimiting(t *testing.T) {
t.Skipf("TODO(flaky-1.17): NET-XXXX")
cfg := suite.Config()
ctx := suite.Environment().DefaultContext(t)

Expand Down

0 comments on commit d3e60df

Please sign in to comment.