Skip to content

Commit 3bb702e

Browse files
authored
Disabling flaky test TestConfigureTCPRouteBackingDestinationsWithMultiServices (#10413)
1 parent 6d74158 commit 3bb702e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
description: |
4+
Disabling flaky test TestConfigureTCPRouteBackingDestinationsWithMultiServices
5+
issueLink: https://github.com/solo-io/gloo/issues/10366
6+
resolvesIssue: false

test/kubernetes/e2e/features/services/tcproute/suite.go

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ func (s *testingSuite) TestConfigureTCPRouteBackingDestinationsWithSingleService
7676
}
7777

7878
func (s *testingSuite) TestConfigureTCPRouteBackingDestinationsWithMultiServices() {
79+
s.T().Skip("skipping test until we resolve the reason it is flaky")
80+
7981
s.T().Cleanup(func() {
8082
err := s.testInstallation.Actions.Kubectl().DeleteFile(s.ctx, multiTcpRouteManifest)
8183
s.NoError(err, "can delete manifest")

0 commit comments

Comments
 (0)