Skip to content

Commit

Permalink
Keep recording of flaky test for checking
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Sep 26, 2024
1 parent 05536f5 commit e72aeb4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import androidx.recyclerview.widget.RecyclerView
import androidx.test.espresso.Espresso
import androidx.test.platform.app.InstrumentationRegistry
import com.google.common.truth.Truth.assertThat
import com.rubensousa.carioca.report.android.recording.TestRecording
import com.rubensousa.dpadrecyclerview.ChildAlignment
import com.rubensousa.dpadrecyclerview.ParentAlignment
import com.rubensousa.dpadrecyclerview.layoutmanager.layout.ViewBounds
Expand Down Expand Up @@ -270,6 +271,7 @@ class AdapterMutationTest : DpadRecyclerViewTest() {

}

@TestRecording(keepOnSuccess = true)
@Test
fun testRemovalOfLargeInterval() {
// given
Expand Down

0 comments on commit e72aeb4

Please sign in to comment.