Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Jan 10, 2025
1 parent 9ea96c2 commit 451a807
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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()

Expand All @@ -282,7 +280,7 @@ class FirebaseCrashlyticsIntegrationTest {
"TestInfo",
"public_API_DidCrashPreviously => userId=$userId => ${getCrashlyticsSearchUrl(userId)}"
)
}*/
}

@Test
fun public_API_RecordException() {
Expand Down

0 comments on commit 451a807

Please sign in to comment.