You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/SdkInitTests.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ class SdkInitTests : BaseUiTest() {
269
269
.detectLeakedRegistrationObjects()
270
270
.detectLeakedSqlLiteObjects()
271
271
// .detectNonSdkApiUsage() <- thrown by leakCanary
272
-
.detectUnsafeIntentLaunch()
272
+
//.detectUnsafeIntentLaunch() <- fails CI with java.lang.NoSuchMethodError
273
273
// .detectUntaggedSockets() <- thrown by mockWebServer
0 commit comments