Skip to content

Commit 4a910a4

Browse files
committed
updated tests
1 parent bfd80cc commit 4a910a4

File tree

1 file changed

+1
-1
lines changed
  • sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android

1 file changed

+1
-1
lines changed

sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/SdkInitTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ class SdkInitTests : BaseUiTest() {
269269
.detectLeakedRegistrationObjects()
270270
.detectLeakedSqlLiteObjects()
271271
// .detectNonSdkApiUsage() <- thrown by leakCanary
272-
.detectUnsafeIntentLaunch()
272+
// .detectUnsafeIntentLaunch() <- fails CI with java.lang.NoSuchMethodError
273273
// .detectUntaggedSockets() <- thrown by mockWebServer
274274
.penaltyDeath()
275275
.build()

0 commit comments

Comments
 (0)