Skip to content

Commit

Permalink
c2c: skip TestStreamingRegionalConstraint
Browse files Browse the repository at this point in the history
Informs 111541

Release note: none
  • Loading branch information
msbutler committed Oct 2, 2023
1 parent 29896cc commit f9454f9
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 f9454f9

Please sign in to comment.