mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Reverse proxy: Skip flaky test for 5xx status codes (#95839)
add 5xx status codes
This commit is contained in:
parent
4ce1abc6f9
commit
3877537dc0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user