Alerting: Skip flaky test TestRouteGetRuleStatuses (#69258)

Skip TestRouteGetRuleStatuses
This commit is contained in:
Alexander Weaver 2023-05-30 09:48:02 -05:00 committed by GitHub
parent 72a187b0be
commit 0f88b117dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}}}