mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
loki: disable flaky tests for scopes injection (#96018)
Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
parent
e55100fa90
commit
5722569676
@ -8,6 +8,9 @@ import (
|
||||
)
|
||||
|
||||
func TestInjectScopesIntoLokiQuery(t *testing.T) {
|
||||
// skipping since its flaky.
|
||||
t.Skip()
|
||||
|
||||
tests := []struct {
|
||||
name string
|
||||
query string
|
||||
|
Loading…
Reference in New Issue
Block a user