Skip to content

Commit 9be5373

Browse files
authored
tests: Disable spotlight in UI tests (#5509)
1 parent 9389467 commit 9be5373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Samples/iOS-Swift/iOS-Swift-UITests/BaseUITest.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ extension BaseUITest {
3333
func newAppSession() -> XCUIApplication {
3434
let app = XCUIApplication()
3535
app.launchEnvironment["--io.sentry.ui-test.test-name"] = name
36+
app.launchArguments.append("--disable-spotlight")
3637
return app
3738
}
3839

0 commit comments

Comments
 (0)