From 9eddd5bb54100b546924d276c6fa8b89917e2e02 Mon Sep 17 00:00:00 2001 From: Bartek Waresiak Date: Mon, 25 Nov 2024 15:19:04 +0100 Subject: [PATCH] Restore statistic tests --- DuckDuckGoTests/StatisticsLoaderTests.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/DuckDuckGoTests/StatisticsLoaderTests.swift b/DuckDuckGoTests/StatisticsLoaderTests.swift index 18a43a6783..f066097e99 100644 --- a/DuckDuckGoTests/StatisticsLoaderTests.swift +++ b/DuckDuckGoTests/StatisticsLoaderTests.swift @@ -30,7 +30,6 @@ class StatisticsLoaderTests: XCTestCase { var testee: StatisticsLoader! override func setUpWithError() throws { - throw XCTSkip("Potentially flaky") try super.setUpWithError() mockStatisticsStore = MockStatisticsStore()