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
parent 8c963ad90c
commit 30178d468f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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