Skip to content

Commit e3ca5b3

Browse files
authored
chore: Fixes broken tests on main (#6997)
1 parent 82b82bc commit e3ca5b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/SentryTests/Integrations/SentrySwiftIntegrationInstallerTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ final class SentrySwiftIntegrationInstallerTests: XCTestCase {
1717
options.dsn = TestConstants.dsnAsString(username: "SentrySwiftIntegrationInstallerTests")
1818
options.debug = true
1919
options.swiftAsyncStacktraces = true
20+
options.enableAutoSessionTracking = false
2021

2122
let testHub = TestHub(client: nil, andScope: nil)
2223
SentrySDKInternal.setCurrentHub(testHub)
@@ -36,6 +37,7 @@ final class SentrySwiftIntegrationInstallerTests: XCTestCase {
3637
options.dsn = TestConstants.dsnAsString(username: "SentrySwiftIntegrationInstallerTests")
3738
options.debug = true
3839
options.swiftAsyncStacktraces = false
40+
options.enableAutoSessionTracking = false
3941

4042
let testHub = TestHub(client: nil, andScope: nil)
4143
SentrySDKInternal.setCurrentHub(testHub)

0 commit comments

Comments
 (0)