From 953b5153b08efb2abede40a86a8c89bdcd1f5a03 Mon Sep 17 00:00:00 2001 From: David Hartunian Date: Mon, 27 Oct 2025 17:23:36 -0400 Subject: [PATCH] insights: skip contention test under duress Resolves: #155838 Resolves: #155962 Epic: None Release note: None --- pkg/sql/sqlstats/insights/integration/insights_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/sql/sqlstats/insights/integration/insights_test.go b/pkg/sql/sqlstats/insights/integration/insights_test.go index ffe301f88d69..83ed6f7f2100 100644 --- a/pkg/sql/sqlstats/insights/integration/insights_test.go +++ b/pkg/sql/sqlstats/insights/integration/insights_test.go @@ -780,6 +780,8 @@ func TestInsightsIntegrationForContention(t *testing.T) { defer leaktest.AfterTest(t)() defer log.Scope(t).Close(t) + skip.UnderDuress(t) + // Start the cluster. (One node is sufficient; the outliers system is currently in-memory only.) ctx := context.Background() settings := cluster.MakeTestingClusterSettings()