Skip to content

Commit 1db72bb

Browse files
authored
Merge pull request #156407 from dhartunian/blathers/backport-release-25.4-156317
release-25.4: insights: skip contention test under duress
2 parents 13cd654 + ca450bc commit 1db72bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/sql/sqlstats/insights/integration/insights_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,8 @@ func TestInsightsIntegrationForContention(t *testing.T) {
780780
defer leaktest.AfterTest(t)()
781781
defer log.Scope(t).Close(t)
782782

783+
skip.UnderDuress(t)
784+
783785
// Start the cluster. (One node is sufficient; the outliers system is currently in-memory only.)
784786
ctx := context.Background()
785787
settings := cluster.MakeTestingClusterSettings()

0 commit comments

Comments
 (0)