mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 07:32:12 +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.Run("5xx response status codes should set downstream status source", func(t *testing.T) {
|
||||||
|
t.Skip("Skip for flaky test")
|
||||||
testCases := []struct {
|
testCases := []struct {
|
||||||
status int
|
status int
|
||||||
expectedSource requestmeta.StatusSource
|
expectedSource requestmeta.StatusSource
|
||||||
|
Reference in New Issue
Block a user