Skip to content

Commit

Permalink
Merge pull request #108545 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-22.2-108446

release-22.2: kv: skip TestConstraintConformanceReportIntegration under deadlock
  • Loading branch information
nvanbenschoten authored Aug 11, 2023
2 parents 245384a + ca73277 commit d28366e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/kv/kvserver/reports/reporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,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{
Expand Down

0 comments on commit d28366e

Please sign in to comment.