Skip to content

Commit

Permalink
Disable flakey resurrection test for now' (#1780)
Browse files Browse the repository at this point in the history
## Goal

Disabling flakey test until I figure out why if the internal logs are sent after the native crash, we never get it in the mock server
bidetofevil authored Dec 20, 2024
2 parents c00f8f8 + a9d8d98 commit 81d68bb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@ import org.junit.Assert.assertFalse
import org.junit.Assert.assertNotNull
import org.junit.Assert.assertTrue
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
@@ -112,6 +113,7 @@ internal class ResurrectionFeatureTest {
}


@Ignore("Flakey because the internal errors sometimes comes before the crash")
@Test
fun `native crash without session or crash envelope is sent with current SDK envelope`() {
val crashData = createStoredNativeCrashData(

0 comments on commit 81d68bb

Please sign in to comment.