diff --git a/pkg/tests/api/correlations/correlations_update_test.go b/pkg/tests/api/correlations/correlations_update_test.go index 4d6eb1c9d6e..e2f3e9278e7 100644 --- a/pkg/tests/api/correlations/correlations_update_test.go +++ b/pkg/tests/api/correlations/correlations_update_test.go @@ -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") }