From 846baebad7f3a904eba4448d9055b19871f8b1f2 Mon Sep 17 00:00:00 2001 From: Alexander Dinauer Date: Mon, 23 Sep 2024 14:14:21 +0200 Subject: [PATCH] POTEL 44 - Restore multi init tests (#3701) * merge * move from hub to scopes * restore instrumenter code, do not use otel as instrumenter for potel * changelog * reword changelog * restore multi init tests --- .../androidTest/java/io/sentry/uitest/android/SdkInitTests.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/SdkInitTests.kt b/sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/SdkInitTests.kt index a40bc301a1..b615406a3d 100644 --- a/sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/SdkInitTests.kt +++ b/sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/SdkInitTests.kt @@ -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 @@ -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() @@ -95,7 +93,6 @@ class SdkInitTests : BaseUiTest() { } } - @Ignore("TODO [POTEL] reinit should be discussed with mobile team") @Test fun doubleInitDoesNotWait() { relayIdlingResource.increment()