Skip to content

Commit 31cfb68

Browse files
committed
restore multi init tests
1 parent c11bc1c commit 31cfb68

File tree

1 file changed

+0
-3
lines changed
  • sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android

1 file changed

+0
-3
lines changed

sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/SdkInitTests.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import io.sentry.android.core.SentryAndroidOptions
1010
import io.sentry.assertEnvelopeTransaction
1111
import io.sentry.protocol.SentryTransaction
1212
import org.junit.runner.RunWith
13-
import kotlin.test.Ignore
1413
import kotlin.test.Test
1514
import kotlin.test.assertEquals
1615
import kotlin.test.assertTrue
@@ -36,7 +35,6 @@ class SdkInitTests : BaseUiTest() {
3635
transaction2.finish()
3736
}
3837

39-
@Ignore("TODO [POTEL] reinit should be discussed with mobile team")
4038
@Test
4139
fun doubleInitWithSameOptionsDoesNotThrow() {
4240
val options = SentryAndroidOptions()
@@ -95,7 +93,6 @@ class SdkInitTests : BaseUiTest() {
9593
}
9694
}
9795

98-
@Ignore("TODO [POTEL] reinit should be discussed with mobile team")
9996
@Test
10097
fun doubleInitDoesNotWait() {
10198
relayIdlingResource.increment()

0 commit comments

Comments
 (0)