Reverse proxy: Skip flaky test for 5xx status codes (#95839)

add 5xx status codes
This commit is contained in:
Eric Leijonmarck 2024-11-06 17:54:34 +00:00 committed by GitHub
parent 4ce1abc6f9
commit 3877537dc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,6 +166,7 @@ func TestReverseProxy(t *testing.T) {
})
t.Run("5xx response status codes should set downstream status source", func(t *testing.T) {
t.Skip("Skip for flaky test")
testCases := []struct {
status int
expectedSource requestmeta.StatusSource