Skip to content

Commit

Permalink
Disabling flaky test TestConfigureTCPRouteBackingDestinationsWithMult…
Browse files Browse the repository at this point in the history
…iServices (#10413)
  • Loading branch information
ryanrolds authored Nov 27, 2024
1 parent 6d74158 commit 3bb702e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/v1.18.0-rc3/disabling-flaky-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
changelog:
- type: NON_USER_FACING
description: |
Disabling flaky test TestConfigureTCPRouteBackingDestinationsWithMultiServices
issueLink: https://github.com/solo-io/gloo/issues/10366
resolvesIssue: false
2 changes: 2 additions & 0 deletions test/kubernetes/e2e/features/services/tcproute/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ func (s *testingSuite) TestConfigureTCPRouteBackingDestinationsWithSingleService
}

func (s *testingSuite) TestConfigureTCPRouteBackingDestinationsWithMultiServices() {
s.T().Skip("skipping test until we resolve the reason it is flaky")

s.T().Cleanup(func() {
err := s.testInstallation.Actions.Kubectl().DeleteFile(s.ctx, multiTcpRouteManifest)
s.NoError(err, "can delete manifest")
Expand Down

0 comments on commit 3bb702e

Please sign in to comment.