File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
dd-sdk-android-core/src/test/kotlin/com/datadog/android/core/internal Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ import okhttp3.TlsVersion
67
67
import org.assertj.core.api.Assertions.assertThat
68
68
import org.junit.jupiter.api.AfterEach
69
69
import org.junit.jupiter.api.BeforeEach
70
+ import org.junit.jupiter.api.Disabled
70
71
import org.junit.jupiter.api.Test
71
72
import org.junit.jupiter.api.extension.ExtendWith
72
73
import org.junit.jupiter.api.extension.Extensions
@@ -209,6 +210,7 @@ internal class CoreFeatureTest {
209
210
}
210
211
211
212
@Test
213
+ @Disabled // RUM-10684: ApiLevelExtension is not able to set API level property
212
214
fun `M initialize network info provider W initialize` () {
213
215
// When
214
216
testedFeature.initialize(
@@ -231,6 +233,7 @@ internal class CoreFeatureTest {
231
233
232
234
@Test
233
235
@TestTargetApi(Build .VERSION_CODES .N )
236
+ @Disabled // RUM-10684: ApiLevelExtension is not able to set API level property
234
237
fun `M initialize network info provider W initialize {N}` () {
235
238
// When
236
239
testedFeature.initialize(
You can’t perform that action at this time.
0 commit comments