Skip to content

Commit fc7f7e1

Browse files
author
Manuel Vivo
committedJan 26, 2021
[Crane] Better message for ignored test
1 parent b2ef13a commit fc7f7e1

File tree

1 file changed

+1
-1
lines changed
  • Crane/app/src/androidTest/java/androidx/compose/samples/crane/calendar

1 file changed

+1
-1
lines changed
 

‎Crane/app/src/androidTest/java/androidx/compose/samples/crane/calendar/CalendarTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class CalendarTest {
6565
}
6666
}
6767

68-
@Ignore("performScrollTo doesn't seem to work well in this release")
68+
@Ignore("performScrollTo doesn't work with LazyLists: issuetracker.google.com/178483889")
6969
@Test
7070
fun scrollsToTheBottom() {
7171
composeTestRule.onNodeWithContentDescription("January 1").assertExists()

0 commit comments

Comments
 (0)