Skip to content

Commit

Permalink
Skip failing offline test cases (#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
maios authored Mar 28, 2024
1 parent 3d59b1e commit 09e1456
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ final class OfflineManagerIntegrationTestCase: IntegrationTestCase {
}

func testMapCanBeLoadediWithoutNetworkConnectivity() throws {
try XCTSkipIf(true, "Skip until MAPSNAT-1943 is fixed")
try guardForMetalDevice()

let rootView = try XCTUnwrap(rootViewController?.view)
Expand Down

0 comments on commit 09e1456

Please sign in to comment.