Skip to content

Commit

Permalink
Merge #87532
Browse files Browse the repository at this point in the history
87532: streamingest: unskip TestTenantStreamingDeleteRange r=stevendanna a=adityamaru

#85866 seems to have stabilized this test, 5+ mins of stressing led to no failures so it seems safe to unskip.

Release note: None

Release justification: low risk, test only change

Fixes: #85630

Co-authored-by: adityamaru <[email protected]>
craig[bot] and adityamaru committed Nov 18, 2022
2 parents fb3266f + 715ee17 commit b6e661e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -874,7 +874,6 @@ func TestTenantStreamingCutoverOnSourceFailure(t *testing.T) {

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

// TODO(casper): disabled due to error when setting a cluster setting

0 comments on commit b6e661e

Please sign in to comment.