mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Skip flakey alerting auth enterpise test (#69928)
This commit is contained in:
parent
8bb8b9b29a
commit
555ebb891b
@ -250,6 +250,8 @@ func TestGrafanaRuleConfig(t *testing.T) {
|
||||
t.Skip("Enterprise-only test")
|
||||
}
|
||||
|
||||
t.Skip("flakey tests - skipping") //TODO: Fix tests and remove skip.
|
||||
|
||||
testUserId := createUser(t, env.SQLStore, user.CreateUserCommand{
|
||||
DefaultOrgRole: "DOESNOTEXIST", // Needed so that the SignedInUser has OrgId=1. Otherwise, datasource will not be found.
|
||||
Password: "test",
|
||||
|
Loading…
Reference in New Issue
Block a user