We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13cd654 + ca450bc commit 1db72bbCopy full SHA for 1db72bb
pkg/sql/sqlstats/insights/integration/insights_test.go
@@ -780,6 +780,8 @@ func TestInsightsIntegrationForContention(t *testing.T) {
780
defer leaktest.AfterTest(t)()
781
defer log.Scope(t).Close(t)
782
783
+ skip.UnderDuress(t)
784
+
785
// Start the cluster. (One node is sufficient; the outliers system is currently in-memory only.)
786
ctx := context.Background()
787
settings := cluster.MakeTestingClusterSettings()
0 commit comments