Skip to content

Commit

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

Informs #105956

Release note: None

Co-authored-by: Michael Butler <[email protected]>
  • Loading branch information
craig[bot] and msbutler committed Jul 5, 2023
2 parents 972c379 + 23f70c5 commit a343d0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ func TestTenantStreamingDropTenantCancelsStream(t *testing.T) {
func TestTenantStreamingUnavailableStreamAddress(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.WithIssue(t, 105956)

skip.UnderRace(t, "takes too long with multiple nodes")

Expand Down

0 comments on commit a343d0a

Please sign in to comment.