Chore: Skip flakey alerting auth enterpise test (#69928)

This commit is contained in:
Matthew Jacobson 2023-06-12 11:16:04 -04:00 committed by GitHub
parent 8bb8b9b29a
commit 555ebb891b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,6 +250,8 @@ func TestGrafanaRuleConfig(t *testing.T) {
t.Skip("Enterprise-only test") t.Skip("Enterprise-only test")
} }
t.Skip("flakey tests - skipping") //TODO: Fix tests and remove skip.
testUserId := createUser(t, env.SQLStore, user.CreateUserCommand{ testUserId := createUser(t, env.SQLStore, user.CreateUserCommand{
DefaultOrgRole: "DOESNOTEXIST", // Needed so that the SignedInUser has OrgId=1. Otherwise, datasource will not be found. DefaultOrgRole: "DOESNOTEXIST", // Needed so that the SignedInUser has OrgId=1. Otherwise, datasource will not be found.
Password: "test", Password: "test",