mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
Alerting: Skip flaky test TestRouteGetRuleStatuses (#69258)
Skip TestRouteGetRuleStatuses
This commit is contained in:
parent
72a187b0be
commit
0f88b117dc
@ -282,6 +282,8 @@ func withLabels(labels data.Labels) forEachState {
|
||||
}
|
||||
|
||||
func TestRouteGetRuleStatuses(t *testing.T) {
|
||||
t.Skip() // TODO: Flaky test: https://github.com/grafana/grafana/issues/69146
|
||||
|
||||
timeNow = func() time.Time { return time.Date(2022, 3, 10, 14, 0, 0, 0, time.UTC) }
|
||||
orgID := int64(1)
|
||||
queryPermissions := map[int64]map[string][]string{1: {datasources.ActionQuery: {datasources.ScopeAll}}}
|
||||
|
Loading…
Reference in New Issue
Block a user