Skip to content

Commit

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

Release note: None
  • Loading branch information
msbutler committed Jul 18, 2023
1 parent 74278fc commit 9a11d1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ func TestTenantStreamingUnavailableStreamAddress(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.WithIssue(t, 106865)
skip.UnderDeadlock(t, "multi-node may time out under deadlock")
skip.UnderRace(t, "takes too long with multiple nodes")

Expand Down

0 comments on commit 9a11d1c

Please sign in to comment.