Skip to content

Commit

Permalink
streamingccl: skip TestStreamingRegionalConstraint
Browse files Browse the repository at this point in the history
Informs cockroachdb#112541

Release note: None
  • Loading branch information
stevendanna committed Oct 19, 2023
1 parent eb148c0 commit 9f7e1d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,7 @@ func TestStreamingRegionalConstraint(t *testing.T) {
defer log.Scope(t).Close(t)
skip.UnderStressRace(t, "takes too long under stress race")
skip.UnderStress(t, "the allocator machinery stuggles with cpu contention, which can cause the test to timeout")
skip.WithIssue(t, 112541)

ctx := context.Background()
regions := []string{"mars", "venus", "mercury"}
Expand Down

0 comments on commit 9f7e1d5

Please sign in to comment.