Provisioning: Skip test while being looked at (#111254)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user