diff --git a/ENGAGEHFUITests/HomeViewUITests.swift b/ENGAGEHFUITests/HomeViewUITests.swift index 2689364d..c6d407d5 100644 --- a/ENGAGEHFUITests/HomeViewUITests.swift +++ b/ENGAGEHFUITests/HomeViewUITests.swift @@ -19,7 +19,7 @@ class HomeViewUITests: XCTestCase { continueAfterFailure = false let app = XCUIApplication() - app.launchArguments = ["--skipOnboarding"] + app.launchArguments = ["--skipOnboarding", "--disableFirebase"] app.launch() }