From 555ebb891b76397922497968e78b486f2f3719db Mon Sep 17 00:00:00 2001 From: Matthew Jacobson Date: Mon, 12 Jun 2023 11:16:04 -0400 Subject: [PATCH] Chore: Skip flakey alerting auth enterpise test (#69928) --- pkg/tests/api/alerting/api_testing_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/tests/api/alerting/api_testing_test.go b/pkg/tests/api/alerting/api_testing_test.go index 1a0d85bfd29..1f434ad6ca6 100644 --- a/pkg/tests/api/alerting/api_testing_test.go +++ b/pkg/tests/api/alerting/api_testing_test.go @@ -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",