Skip to content

Commit

Permalink
c2c: skip TestTenantStreamingUnavailableStreamAddress
Browse files Browse the repository at this point in the history
Informs #105956

Release note: None
  • Loading branch information
msbutler committed Jul 5, 2023
1 parent c77d127 commit 23f70c5
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 23f70c5

Please sign in to comment.