Grafana: Skip flaky test influxdb (#93627)

* skip flaky test

* remove slack link
This commit is contained in:
owensmallwood
2024-09-23 12:37:13 -06:00
committed by GitHub
parent 6652233493
commit 4c8f6b742b

View File

@@ -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")
}