Skip to content

Commit

Permalink
server: unskip TestStatusEngineStatsJson
Browse files Browse the repository at this point in the history
We have fixed the issue that caused the skip in #103764.

Release note: None
  • Loading branch information
knz committed Jun 27, 2023
1 parent dca6ef2 commit 99851f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/server/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ 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 99851f7

Please sign in to comment.