commit | a78e2b688642090e9c096eb58e1e4ddc8fff2124 | [log] [tgz] |
---|---|---|
author | George Lin <giolin@google.com> | Wed Feb 22 20:13:14 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Feb 22 20:13:14 2023 +0000 |
tree | 4bcc89175aa2c8b69fd345ef575eb1a48be2fe34 | |
parent | 2443af6d8ae7f9488545bbae457982776936504d [diff] | |
parent | 1a2ff992a8d99104719678a4137e2b4942f70028 [diff] |
Merge "[TP] Fix carousel scaling" into tm-qpr-dev
diff --git a/tests/src/com/android/customization/model/grid/ui/viewmodel/GridScreenViewModelTest.kt b/tests/src/com/android/customization/model/grid/ui/viewmodel/GridScreenViewModelTest.kt index 951638a..7d0a527 100644 --- a/tests/src/com/android/customization/model/grid/ui/viewmodel/GridScreenViewModelTest.kt +++ b/tests/src/com/android/customization/model/grid/ui/viewmodel/GridScreenViewModelTest.kt
@@ -31,6 +31,7 @@ import kotlinx.coroutines.test.TestScope import kotlinx.coroutines.test.runTest import org.junit.Before +import org.junit.Ignore import org.junit.Test import org.junit.runner.RunWith import org.junit.runners.JUnit4 @@ -73,6 +74,7 @@ } @Test + @Ignore("b/270371382") fun clickOnItem_itGetsSelected() = testScope.runTest { val optionItemsValueProvider = collectLastValue(underTest.optionItems)