Skip to content

Commit 80d027c

Browse files
committed
Mark testNavHostAnimations as ignored due to platform animation differences
1 parent f75268d commit 80d027c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

navigation/navigation-compose/src/commonTest/kotlin/androidx/navigation/compose/NavHostTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ import androidx.savedstate.SavedState
6666
import androidx.testutils.TestNavigator
6767
import androidx.testutils.test
6868
import kotlin.reflect.KClass
69+
import kotlin.test.Ignore
6970
import kotlin.test.Test
7071

7172
@OptIn(ExperimentalTestApi::class)
@@ -842,6 +843,7 @@ class NavHostTest {
842843
}
843844

844845
@Test
846+
@Ignore //animations are different between platforms
845847
fun testNavHostAnimations() = runComposeUiTestOnUiThread {
846848
lateinit var navController: NavHostController
847849

0 commit comments

Comments
 (0)