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

Commit 0b394bb2 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Disable ElementTest#elementIsReusedInSameSceneAndBetweenScenes

Bug: 325120420
Test: N/A
Flag: N/A
Change-Id: I775cec5473254475defb2b1ed779f0407b84ca1d
parent ee704763
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)