Skip to content

Commit

Permalink
Re-enable most Pixel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaresiak committed Nov 29, 2024
1 parent 68a54cc commit 8d10576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGoTests/PixelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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")

Expand Down

0 comments on commit 8d10576

Please sign in to comment.