mirror of
https://github.com/grafana/grafana.git
synced 2025-01-06 14:13:11 -06:00
Skip a flaky test (#82522)
Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8c963ad90c
commit
30178d468f
@ -16,6 +16,8 @@ import (
|
||||
)
|
||||
|
||||
func TestIntegrationUpdateCorrelation(t *testing.T) {
|
||||
// TODO: #82520 Possibly a flaky test
|
||||
t.Skip()
|
||||
if testing.Short() {
|
||||
t.Skip("skipping integration test")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user