mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 16:12:30 +08:00
Reverse proxy: Skip flaky test for 5xx status codes (#95839)
add 5xx status codes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user