Skip to content

Commit

Permalink
Merge pull request #106189 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.1-106149

release-23.1: c2c: skip TestTenantStreamingUnavailableStreamAddress
  • Loading branch information
msbutler authored Jul 5, 2023
2 parents 6f85293 + f4e3a9f commit 79d9b99
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 79d9b99

Please sign in to comment.