Skip to content

Commit

Permalink
server: skip TestStatusEngineStatsJson
Browse files Browse the repository at this point in the history
Refs: cockroachdb#99261

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes
Release note: None
Epic: None
  • Loading branch information
Miral Gadani committed May 18, 2023
1 parent c34dd2a commit 07bcdb3
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 07bcdb3

Please sign in to comment.