Skip to content

Commit 97b98a8

Browse files
committed
EmptyListViewTest: Ignore non-deterministic test failures
1 parent 862a851 commit 97b98a8

File tree

1 file changed

+3
-0
lines changed
  • uhabits-android/src/androidTest/java/org/isoron/uhabits/activities/habits/list/views

1 file changed

+3
-0
lines changed

uhabits-android/src/androidTest/java/org/isoron/uhabits/activities/habits/list/views/EmptyListViewTest.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ package org.isoron.uhabits.activities.habits.list.views
2222
import androidx.test.ext.junit.runners.AndroidJUnit4
2323
import androidx.test.filters.MediumTest
2424
import org.isoron.uhabits.BaseViewTest
25+
import org.junit.Ignore
2526
import org.junit.Test
2627
import org.junit.runner.RunWith
2728

@@ -36,6 +37,7 @@ class EmptyListViewTest : BaseViewTest() {
3637
private val path = "habits/list/EmptyListView"
3738

3839
@Test
40+
@Ignore("non-deterministic failure")
3941
fun testRender_done() {
4042
val view = EmptyListView(targetContext)
4143
view.showDone()
@@ -44,6 +46,7 @@ class EmptyListViewTest : BaseViewTest() {
4446
}
4547

4648
@Test
49+
@Ignore("non-deterministic failure")
4750
fun testRender_empty() {
4851
val view = EmptyListView(targetContext)
4952
view.showEmpty()

0 commit comments

Comments
 (0)