Skip to content

Commit

Permalink
POTEL 44 - Restore multi init tests (#3701)
Browse files Browse the repository at this point in the history
* merge

* move from hub to scopes

* restore instrumenter code, do not use otel as instrumenter for potel

* changelog

* reword changelog

* restore multi init tests
  • Loading branch information
adinauer authored Sep 23, 2024
1 parent 68d0338 commit 846baeb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import io.sentry.android.core.SentryAndroidOptions
import io.sentry.assertEnvelopeTransaction
import io.sentry.protocol.SentryTransaction
import org.junit.runner.RunWith
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertTrue
Expand All @@ -36,7 +35,6 @@ class SdkInitTests : BaseUiTest() {
transaction2.finish()
}

@Ignore("TODO [POTEL] reinit should be discussed with mobile team")
@Test
fun doubleInitWithSameOptionsDoesNotThrow() {
val options = SentryAndroidOptions()
Expand Down Expand Up @@ -95,7 +93,6 @@ class SdkInitTests : BaseUiTest() {
}
}

@Ignore("TODO [POTEL] reinit should be discussed with mobile team")
@Test
fun doubleInitDoesNotWait() {
relayIdlingResource.increment()
Expand Down

0 comments on commit 846baeb

Please sign in to comment.