Skip to content

Commit

Permalink
Merge #98620
Browse files Browse the repository at this point in the history
98620: server: skip TestHotRangesResponse, TestHotRanges2Response r=smg260 a=smg260

Refs: #98619

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
Epic: None

Co-authored-by: Miral Gadani <[email protected]>
  • Loading branch information
craig[bot] and Miral Gadani committed Mar 15, 2023
2 parents ddc737e + 79506cf commit 62faa26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/server/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,7 @@ func TestMetricsMetadata(t *testing.T) {

func TestHotRangesResponse(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 98619, "flaky test")
defer log.Scope(t).Close(t)
ts := startServer(t)
defer ts.Stopper().Stop(context.Background())
Expand Down Expand Up @@ -1082,6 +1083,7 @@ func TestHotRangesResponse(t *testing.T) {

func TestHotRanges2Response(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 98619, "flaky test")
defer log.Scope(t).Close(t)
ts := startServer(t)
defer ts.Stopper().Stop(context.Background())
Expand Down

0 comments on commit 62faa26

Please sign in to comment.