Skip to content

Commit

Permalink
Remove flaky test that is covered by other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Aug 11, 2024
1 parent 350b382 commit b39cd2e
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,22 +145,6 @@ class VerticalColumnTest : DpadRecyclerViewTest() {
assertChildrenPositions(column)
}

@Test
fun testExtraLayoutSpaceIsAddedAtTopDuringScroll() {
repeat(10) {
scrollDown()
}
onRecyclerView("Change extra layout space") { recyclerView ->
recyclerView.setExtraLayoutSpaceStrategy(object : ExtraLayoutSpaceStrategy {
override fun calculateStartExtraLayoutSpace(state: RecyclerView.State): Int {
return column.getSize()
}
})
}
column.setExtraLayoutSpace(start = column.getSize())
assertChildrenPositions(column)
}

@Test
fun testLayoutListenerIsInvoked() {
val childCount = column.getChildCount()
Expand Down

0 comments on commit b39cd2e

Please sign in to comment.