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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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