Skip to content

Commit

Permalink
Merge #82837
Browse files Browse the repository at this point in the history
82837: ccl/streamingccl/streamingest: skip flakey TestTenantStreaming r=ajwerner a=ajwerner

Touches #82706.

Release note: None

Co-authored-by: Andrew Werner <[email protected]>
  • Loading branch information
craig[bot] and ajwerner committed Jun 13, 2022
2 parents 2aaec63 + 9c9d291 commit 193442a
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 193442a

Please sign in to comment.