Provisioning: Skip test while being looked at (#111254)

This commit is contained in:
Stephanie Hingtgen
2025-09-17 14:46:19 +00:00
committed by GitHub
parent 28696972d8
commit ef0ed52ba7
@@ -20,6 +20,8 @@ import (
)
func TestIntegrationProvisioning_DeleteResources(t *testing.T) {
// TODO: fix
t.Skip("Skipping this test while being worked on")
testutil.SkipIntegrationTestInShortMode(t)
helper := runGrafana(t)