Skip to content

Commit eb4694f

Browse files
committed
RUM-9899: temporary disabling test
1 parent 8df9c50 commit eb4694f

File tree

1 file changed

+2
-1
lines changed
  • features/dd-sdk-android-rum/src/test/kotlin/com/datadog/android/rum/internal/domain/scope

1 file changed

+2
-1
lines changed

features/dd-sdk-android-rum/src/test/kotlin/com/datadog/android/rum/internal/domain/scope/RumViewScopeTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ import org.assertj.core.api.Assertions.assertThat
8888
import org.junit.jupiter.api.Assumptions.assumeFalse
8989
import org.junit.jupiter.api.Assumptions.assumeTrue
9090
import org.junit.jupiter.api.BeforeEach
91+
import org.junit.jupiter.api.Disabled
9192
import org.junit.jupiter.api.Test
9293
import org.junit.jupiter.api.assertDoesNotThrow
9394
import org.junit.jupiter.api.extension.ExtendWith
@@ -3552,6 +3553,7 @@ internal class RumViewScopeTest {
35523553
// region Error
35533554

35543555
@Test
3556+
@Disabled // RUM-11016 disabling because it's flaky
35553557
fun `M send event W handleEvent(AddError) on active view`(
35563558
@StringForgery message: String,
35573559
@Forgery source: RumErrorSource,
@@ -3680,7 +3682,6 @@ internal class RumViewScopeTest {
36803682
hasActionId(fakeActionId)
36813683
hasStartReason(fakeParentContext.sessionStartReason)
36823684
hasReplay(fakeHasReplay)
3683-
hasSyntheticsSession()
36843685
hasSessionType(fakeRumSessionType?.toError() ?: ErrorEvent.ErrorEventSessionType.SYNTHETICS)
36853686
hasSyntheticsTest(fakeTestId, fakeResultId)
36863687
hasDeviceInfo(

0 commit comments

Comments
 (0)