Skip to content

Commit

Permalink
Remove ignored test cases - add back later
Browse files Browse the repository at this point in the history
  • Loading branch information
bidetofevil committed Nov 29, 2024
1 parent eacfa2d commit 475b2a2
Showing 1 changed file with 0 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import io.embrace.android.embracesdk.internal.utils.BuildVersionChecker
import io.opentelemetry.api.trace.SpanId
import org.junit.Assert.assertNull
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.robolectric.annotation.Config
Expand Down Expand Up @@ -63,31 +62,6 @@ internal class UiLoadTraceEmitterTest {
)
}

@Ignore("Not working yet")
@Config(sdk = [Build.VERSION_CODES.UPSIDE_DOWN_CAKE])
@Test
fun `verify cold open trace from an interrupted opening of another activity in U`() {
verifyOpen(
previousState = PreviousState.FROM_INTERRUPTED_LOAD,
uiLoadType = UiLoadType.COLD,
firePreAndPost = true,
hasRenderEvent = true,
)
}

@Ignore("Not working yet")
@Config(sdk = [Build.VERSION_CODES.UPSIDE_DOWN_CAKE])
@Test
fun `verify cold open trace from an interrupted opening of the same activity in U`() {
verifyOpen(
lastActivityName = ACTIVITY_NAME,
previousState = PreviousState.FROM_INTERRUPTED_LOAD,
uiLoadType = UiLoadType.COLD,
firePreAndPost = true,
hasRenderEvent = true,
)
}

@Config(sdk = [Build.VERSION_CODES.UPSIDE_DOWN_CAKE])
@Test
fun `verify cold open trace from background in U`() {
Expand Down

0 comments on commit 475b2a2

Please sign in to comment.