Skip to content

Commit

Permalink
ccl/streamingccl/streamingest: skip TestTenantStreamingPauseResumeIng…
Browse files Browse the repository at this point in the history
…estion

Refs: #84414

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
yuzefovich committed Jul 21, 2022
1 parent cbfceb7 commit 3f744ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ func TestTenantStreamingProducerJobTimedOut(t *testing.T) {

func TestTenantStreamingPauseResumeIngestion(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 84414, "flaky test")
defer log.Scope(t).Close(t)

// TODO(casper): now this has the same race issue with
Expand Down

0 comments on commit 3f744ce

Please sign in to comment.