Skip to content

Commit

Permalink
streamingccl: unskip TestStreamingRegionalConstraint
Browse files Browse the repository at this point in the history
This patch unskips TestStreamingRegionalConstraint under a non-stress build.

Fixes #111541

Release note: none
  • Loading branch information
msbutler committed Oct 17, 2023
1 parent 45f6344 commit 7ace7d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1169,8 +1169,8 @@ func TestLoadProducerAndIngestionProgress(t *testing.T) {
func TestStreamingRegionalConstraint(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.WithIssue(t, 111541)
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")

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

0 comments on commit 7ace7d5

Please sign in to comment.