Skip to content

Commit

Permalink
Disable two flaky tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Dec 19, 2024
1 parent b460017 commit 1a30a75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/NavigationTests/NavigationRedirectsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,8 @@ class NavigationRedirectsTests: DistributedNavigationDelegateTestsBase {
}

func testWhenServerRedirectIsInterruptedThenDidFailProvisionalIsCalled() throws {
throw XCTSkip("Flaky, see https://app.asana.com/0/1200194497630846/1205018266972898/f")

navigationDelegate.setResponders(.strong(NavigationResponderMock(defaultHandler: { _ in })))

server.middleware = [{ [urls, data] request in
Expand Down Expand Up @@ -1050,6 +1052,8 @@ class NavigationRedirectsTests: DistributedNavigationDelegateTestsBase {
}

func testWhenCustomSchemeNavigationIsInterruptedByNewRequestThenDidFailIsCalled() throws {
throw XCTSkip("Flaky, see https://app.asana.com/0/1200194497630846/1205018266972898/f")

navigationDelegate.setResponders(.strong(NavigationResponderMock(defaultHandler: { _ in })))

let lock = NSLock()
Expand Down

0 comments on commit 1a30a75

Please sign in to comment.