Skip to content

Commit

Permalink
diagnosticsccl: unskip TestTenantReport
Browse files Browse the repository at this point in the history
The flakiness of the test was resolved by cockroachdb#106053.

Epic: None

Release note: None
  • Loading branch information
yuzefovich committed Jul 11, 2023
1 parent cc97c06 commit 749255e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ccl/serverccl/diagnosticsccl/reporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const elemName = "somestring"

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

rt := startReporterTest(t, base.TestTenantDisabled)
Expand Down

0 comments on commit 749255e

Please sign in to comment.