From 42257a18db9405b1706ab90971b02b456b44ca87 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Wed, 5 Feb 2025 10:37:26 +0200 Subject: [PATCH] Revert "Disable `continueAfterFailure` for the AppLock UI tests" This reverts commit 63b819e1259020892be27410566638d830e8d55c. --- UITests/Sources/AppLockSetupUITests.swift | 5 ----- UITests/Sources/AppLockUITests.swift | 5 ----- 2 files changed, 10 deletions(-) diff --git a/UITests/Sources/AppLockSetupUITests.swift b/UITests/Sources/AppLockSetupUITests.swift index 5a3a96411c..bcd212322a 100644 --- a/UITests/Sources/AppLockSetupUITests.swift +++ b/UITests/Sources/AppLockSetupUITests.swift @@ -11,11 +11,6 @@ import XCTest class AppLockSetupUITests: XCTestCase { var app: XCUIApplication! - override func setUpWithError() throws { - try super.setUpWithError() - continueAfterFailure = false - } - @MainActor enum Step { static let createPIN = 0 static let confirmPIN = 1 diff --git a/UITests/Sources/AppLockUITests.swift b/UITests/Sources/AppLockUITests.swift index 26f920d5a5..5c7370692a 100644 --- a/UITests/Sources/AppLockUITests.swift +++ b/UITests/Sources/AppLockUITests.swift @@ -20,11 +20,6 @@ class AppLockUITests: XCTestCase { static let unlocked = 99 } - override func setUpWithError() throws { - try super.setUpWithError() - continueAfterFailure = false - } - func testFlowEnabled() async throws { // Given an app with screen lock enabled. let client = try UITestsSignalling.Client(mode: .tests)