Provisioning: Skip another flaky test (#111198)

This commit is contained in:
Stephanie Hingtgen 2025-09-16 13:28:59 -06:00 committed by GitHub
parent c4d89a7a09
commit d451cb6dcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ import (
)
func TestIntegrationProvisioning_DeleteResources(t *testing.T) {
// TODO: fix flaky test
t.Skip("skipping flaky test")
testutil.SkipIntegrationTestInShortMode(t)
helper := runGrafana(t)