Skip to content

Commit

Permalink
Merge #111574
Browse files Browse the repository at this point in the history
111574: c2c: skip TestStreamingRegionalConstraint r=msbutler a=msbutler

Informs #111541

Release note: none

Co-authored-by: Michael Butler <[email protected]>
  • Loading branch information
craig[bot] and msbutler committed Oct 2, 2023
2 parents a889720 + f9454f9 commit b8c015c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ 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")

ctx := context.Background()
Expand Down

0 comments on commit b8c015c

Please sign in to comment.