Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff603004 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere Committed by Android (Google) Code Review
Browse files

Merge "Disable ElementTest#elementIsReusedInSameSceneAndBetweenScenes" into main

parents 2ceb1c52 0b394bb2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.launch
import kotlinx.coroutines.test.runTest
import org.junit.Assert.assertThrows
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
@@ -247,6 +248,7 @@ class ElementTest {
    }

    @Test
    @Ignore
    fun elementIsReusedInSameSceneAndBetweenScenes() {
        var currentScene by mutableStateOf(TestScenes.SceneA)
        var sceneCState by mutableStateOf(0)