Skip to content

Commit

Permalink
crosscluster/physical: skip TestStreamingRegionalConstraint under dea…
Browse files Browse the repository at this point in the history
…dlock

Fixes cockroachdb#129614

Release note: none
  • Loading branch information
msbutler committed Aug 26, 2024
1 parent 4344440 commit 8faf6ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1313,6 +1313,7 @@ func TestStreamingRegionalConstraint(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.UnderRace(t, "takes too long under race")
skip.UnderDeadlock(t, "takes too long under deadlock")

testutils.RunTrueAndFalse(t, "fromSys", func(t *testing.T, sys bool) {
ctx := context.Background()
Expand Down

0 comments on commit 8faf6ab

Please sign in to comment.