diff --git a/DuckDuckGoTests/PixelTests.swift b/DuckDuckGoTests/PixelTests.swift index 132517dac6..2d4ee61a94 100644 --- a/DuckDuckGoTests/PixelTests.swift +++ b/DuckDuckGoTests/PixelTests.swift @@ -30,7 +30,6 @@ class PixelTests: XCTestCase { let userAgentName = "User-Agent" override func setUpWithError() throws { - throw XCTSkip("Potentially flaky") try super.setUpWithError() Pixel.isDryRun = false @@ -162,7 +161,8 @@ class PixelTests: XCTestCase { wait(for: [expectation], timeout: 5.0) } - func testPixelDebouncePreventsFiringWithinInterval() { + func testPixelDebouncePreventsFiringWithinInterval() throws { + throw XCTSkip("Flaky") let firstFireExpectation = XCTestExpectation(description: "First pixel fire should succeed") let thirdFireExpectation = XCTestExpectation(description: "Third pixel fire should succeed after debounce interval")