From 99851f76178f9b97ff6280d96c9c6c80b91a04a3 Mon Sep 17 00:00:00 2001 From: Raphael 'kena' Poss Date: Tue, 27 Jun 2023 17:50:50 +0200 Subject: [PATCH] server: unskip TestStatusEngineStatsJson We have fixed the issue that caused the skip in #103764. Release note: None --- pkg/server/status_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/server/status_test.go b/pkg/server/status_test.go index 66c269cdf73c..f8a46711ebaa 100644 --- a/pkg/server/status_test.go +++ b/pkg/server/status_test.go @@ -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)