From 45775dd6ad7ad3d895f4181e45ac8631fc1604f4 Mon Sep 17 00:00:00 2001 From: Sam Jewell <2903904+samjewell@users.noreply.github.com> Date: Mon, 10 Feb 2025 07:40:32 +0000 Subject: [PATCH] Skip flakey test (#100251) --- pkg/tests/api/correlations/correlations_update_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/tests/api/correlations/correlations_update_test.go b/pkg/tests/api/correlations/correlations_update_test.go index 2c42d37585e..457fbe985e1 100644 --- a/pkg/tests/api/correlations/correlations_update_test.go +++ b/pkg/tests/api/correlations/correlations_update_test.go @@ -246,6 +246,7 @@ func TestIntegrationUpdateCorrelation(t *testing.T) { }) t.Run("should correctly update correlations", func(t *testing.T) { + t.Skip("flaky test: See failure at https://drone.grafana.net/grafana/grafana/222544/1/9") correlation := ctx.createCorrelation(correlations.CreateCorrelationCommand{ SourceUID: writableDs, TargetUID: &writableDs,