Correlations: improve error handling (#87810)

Improve error handling
This commit is contained in:
Piotr Jamróz
2024-05-20 10:35:47 +02:00
committed by GitHub
parent e91136338a
commit d09f5abec9
2 changed files with 14 additions and 4 deletions

View File

@@ -16,8 +16,6 @@ import (
)
func TestIntegrationUpdateCorrelation(t *testing.T) {
// TODO: #82520 Possibly a flaky test
t.Skip()
if testing.Short() {
t.Skip("skipping integration test")
}