Grafana: Skip flaky test influxdb (#93627)
* skip flaky test * remove slack link
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user