mirror of https://github.com/grafana/grafana.git
Provisioning: Skip another flaky test (#111198)
This commit is contained in:
parent
c4d89a7a09
commit
d451cb6dcc
|
@ -18,6 +18,8 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestIntegrationProvisioning_DeleteResources(t *testing.T) {
|
func TestIntegrationProvisioning_DeleteResources(t *testing.T) {
|
||||||
|
// TODO: fix flaky test
|
||||||
|
t.Skip("skipping flaky test")
|
||||||
testutil.SkipIntegrationTestInShortMode(t)
|
testutil.SkipIntegrationTestInShortMode(t)
|
||||||
|
|
||||||
helper := runGrafana(t)
|
helper := runGrafana(t)
|
||||||
|
|
Loading…
Reference in New Issue