diff --git a/pkg/kv/kvserver/reports/reporter_test.go b/pkg/kv/kvserver/reports/reporter_test.go index 56390fd5f518..2e7cc71c0c0e 100644 --- a/pkg/kv/kvserver/reports/reporter_test.go +++ b/pkg/kv/kvserver/reports/reporter_test.go @@ -48,6 +48,8 @@ func TestConstraintConformanceReportIntegration(t *testing.T) { // don't make progress. skip.UnderStressRace(t) skip.UnderRace(t, "takes >1min under race") + // Similarly, skip the test under deadlock builds. + skip.UnderDeadlock(t, "takes >1min under deadlock") ctx := context.Background() tc := serverutils.StartNewTestCluster(t, 5, base.TestClusterArgs{