mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 17:52:30 +08:00
Flaky tests alerting (#96055)
This commit is contained in:
@ -29,6 +29,7 @@ func TestIntegrationAzureMonitor(t *testing.T) {
|
|||||||
if testing.Short() {
|
if testing.Short() {
|
||||||
t.Skip("skipping integration test")
|
t.Skip("skipping integration test")
|
||||||
}
|
}
|
||||||
|
t.Skip("skipping integration test due to flakiness")
|
||||||
dir, path := testinfra.CreateGrafDir(t, testinfra.GrafanaOpts{
|
dir, path := testinfra.CreateGrafDir(t, testinfra.GrafanaOpts{
|
||||||
DisableAnonymous: true,
|
DisableAnonymous: true,
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user