From 00c3c17035b94f36d9648f364c68f09400df780d Mon Sep 17 00:00:00 2001 From: Eric Leijonmarck Date: Thu, 7 Nov 2024 21:08:51 +0000 Subject: [PATCH] Flaky tests alerting (#96055) --- pkg/tests/api/azuremonitor/azuremonitor_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/tests/api/azuremonitor/azuremonitor_test.go b/pkg/tests/api/azuremonitor/azuremonitor_test.go index 1b6c32dedcb..355e8c8b33c 100644 --- a/pkg/tests/api/azuremonitor/azuremonitor_test.go +++ b/pkg/tests/api/azuremonitor/azuremonitor_test.go @@ -29,6 +29,7 @@ func TestIntegrationAzureMonitor(t *testing.T) { if testing.Short() { t.Skip("skipping integration test") } + t.Skip("skipping integration test due to flakiness") dir, path := testinfra.CreateGrafDir(t, testinfra.GrafanaOpts{ DisableAnonymous: true, })