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:
Piotr Jamróz
2024-02-20 15:08:29 +01:00
committed by GitHub
co-authored by grafana-delivery-bot[bot]
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")
}