Skip to content

Commit

Permalink
ccl/streamingccl/streamingest: skip flakey TestTenantStreaming
Browse files Browse the repository at this point in the history
Touches cockroachdb#82706.

Release note: None
  • Loading branch information
ajwerner committed Jun 13, 2022
1 parent 0e5927a commit 9c9d291
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func verifyIngestionStats(t *testing.T, streamID int64, cutoverTime time.Time, s
func TestTenantStreaming(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.WithIssue(t, 82706)

skip.UnderRace(t, "slow under race")

Expand Down

0 comments on commit 9c9d291

Please sign in to comment.