mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Grafana: Skip flaky test influxdb (#93627)
* skip flaky test * remove slack link
This commit is contained in:
parent
6652233493
commit
4c8f6b742b
@ -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")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user