Skip to content

Commit

Permalink
release 24-2: skip TestStreamingRegionalConstraint
Browse files Browse the repository at this point in the history
Fixes cockroachdb#129614

Release note: none
  • Loading branch information
msbutler committed Dec 23, 2024
1 parent 10b05e5 commit 2b76e88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,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 2b76e88

Please sign in to comment.