Skip to content

Commit

Permalink
Merge #103624
Browse files Browse the repository at this point in the history
103624: server: skip TestStatusEngineStatsJson r=smg260 a=smg260

Refs: #99261

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 May 19, 2023
2 parents f2ff9b4 + 07bcdb3 commit 07bd166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/server/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ func TestStatusGossipJson(t *testing.T) {
// stats contains the required fields.
func TestStatusEngineStatsJson(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 99261, "flaky test")
defer log.Scope(t).Close(t)

dir, cleanupFn := testutils.TempDir(t)
Expand Down

0 comments on commit 07bd166

Please sign in to comment.