loki: disable flaky tests for scopes injection (#96018)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
pull/95970/head
Carl Bergquist 7 months ago committed by GitHub
parent e55100fa90
commit 5722569676
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      pkg/tsdb/loki/scopes_test.go

@ -8,6 +8,9 @@ import (
)
func TestInjectScopesIntoLokiQuery(t *testing.T) {
// skipping since its flaky.
t.Skip()
tests := []struct {
name string
query string

Loading…
Cancel
Save