Skip to content

Commit

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

Release note: None
  • Loading branch information
msbutler committed Jul 18, 2023
1 parent 1cee475 commit 2b45833
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,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 2b45833

Please sign in to comment.