Skip to content

Commit

Permalink
Merge #105629
Browse files Browse the repository at this point in the history
105629: server: unskip TestStatusEngineStatsJson r=rafiss a=knz

Fixes #99261.

We have fixed the issue that caused the skip in #103764.

Release note: None

Co-authored-by: Raphael 'kena' Poss <[email protected]>
  • Loading branch information
craig[bot] and knz committed Jun 27, 2023
2 parents 12ac5d8 + 99851f7 commit 08343f5
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 08343f5

Please sign in to comment.