diff --git a/firebase-crashlytics/test-app/src/androidTest/kotlin/com/google/firebase/testing/crashlytics/FirebaseCrashlyticsIntegrationTest.kt b/firebase-crashlytics/test-app/src/androidTest/kotlin/com/google/firebase/testing/crashlytics/FirebaseCrashlyticsIntegrationTest.kt index 9156e4d39fb..9fc356ec61b 100644 --- a/firebase-crashlytics/test-app/src/androidTest/kotlin/com/google/firebase/testing/crashlytics/FirebaseCrashlyticsIntegrationTest.kt +++ b/firebase-crashlytics/test-app/src/androidTest/kotlin/com/google/firebase/testing/crashlytics/FirebaseCrashlyticsIntegrationTest.kt @@ -30,6 +30,7 @@ import java.util.regex.Pattern import org.junit.After import org.junit.Assert.fail import org.junit.Before +import org.junit.Ignore import org.junit.Test import org.junit.runner.RunWith @@ -256,11 +257,8 @@ class FirebaseCrashlyticsIntegrationTest { ) } - /* - Commented because the test is not working as expected - in CI since the app is not really crashing - - @Test + @Ignore("This test is temporarily ignored due workarounds for TestLab compatibility.") + @Test fun public_API_DidCrashPreviously() { launchApp() @@ -282,7 +280,7 @@ class FirebaseCrashlyticsIntegrationTest { "TestInfo", "public_API_DidCrashPreviously => userId=$userId => ${getCrashlyticsSearchUrl(userId)}" ) - }*/ + } @Test fun public_API_RecordException() {