diff --git a/pkg/kv/kvserver/reports/reporter_test.go b/pkg/kv/kvserver/reports/reporter_test.go index 48eb32d35020..d5c4eaa38e2a 100644 --- a/pkg/kv/kvserver/reports/reporter_test.go +++ b/pkg/kv/kvserver/reports/reporter_test.go @@ -119,6 +119,11 @@ func TestConstraintConformanceReportIntegration(t *testing.T) { func TestCriticalLocalitiesReportIntegration(t *testing.T) { defer leaktest.AfterTest(t)() defer log.Scope(t).Close(t) + + skip.UnderStressWithIssue(t, 134948) + skip.UnderRaceWithIssue(t, 134948) + skip.UnderShort(t) + ctx := context.Background() // 2 regions, 3 dcs per region. tc := serverutils.StartCluster(t, 6, base.TestClusterArgs{