Provisioning: Skip another flaky test (#111198)

This commit is contained in:
Stephanie Hingtgen
2025-09-16 19:28:59 +00:00
committed by GitHub
parent c4d89a7a09
commit d451cb6dcc
@@ -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)