From 4c8f6b742bd015993e35e919e17dee8008bd964b Mon Sep 17 00:00:00 2001 From: owensmallwood Date: Mon, 23 Sep 2024 12:37:13 -0600 Subject: [PATCH] Grafana: Skip flaky test influxdb (#93627) * skip flaky test * remove slack link --- pkg/tests/api/influxdb/influxdb_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/tests/api/influxdb/influxdb_test.go b/pkg/tests/api/influxdb/influxdb_test.go index abe1515c601..ad456d710a8 100644 --- a/pkg/tests/api/influxdb/influxdb_test.go +++ b/pkg/tests/api/influxdb/influxdb_test.go @@ -26,6 +26,8 @@ func TestMain(m *testing.M) { } func TestIntegrationInflux(t *testing.T) { + t.Skip("skipping due to flaky test") + if testing.Short() { t.Skip("skipping integration test") }