Skip to content

Commit 1717c8e

Browse files
authored
[release-1.5] skip flaky tests (#8063)
Signed-off-by: zirain <zirain2009@gmail.com>
1 parent 530921a commit 1717c8e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/e2e/tests/httproute_with_dynamic_resolver_backend.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ var DynamicResolverBackendTest = suite.ConformanceTest{
6565
http.MakeRequestAndExpectEventuallyConsistentResponse(t, suite.RoundTripper, suite.TimeoutConfig, gwAddr, expectedResponse)
6666
})
6767
t.Run("route to external service with app protocol", func(t *testing.T) {
68+
t.Skip("flaky too often")
6869
routeNN := types.NamespacedName{Name: "httproute-with-dynamic-resolver-backend-with-app-protocol", Namespace: ConformanceInfraNamespace}
6970
gwAddr := kubernetes.GatewayAndHTTPRoutesMustBeAccepted(t, suite.Client, suite.TimeoutConfig, suite.ControllerName, kubernetes.NewGatewayRef(gwNN), routeNN)
7071
BackendMustBeAccepted(t, suite.Client, types.NamespacedName{Name: "backend-dynamic-resolver-with-app-protocol", Namespace: ConformanceInfraNamespace})

test/e2e/tests/weighted_backend.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ var WeightedBackendTest = suite.ConformanceTest{
6060
})
6161

6262
t.Run("MixedValidAndInvalid", func(t *testing.T) {
63+
t.Skip("flaky too often")
6364
// Requests should be distributed to valid and invalid backends according to their weights
6465
testMixedValidAndInvalid(t, suite)
6566
})

0 commit comments

Comments
 (0)