File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
uhabits-android/src/androidTest/java/org/isoron/uhabits/activities/habits/list/views Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ package org.isoron.uhabits.activities.habits.list.views
2222import androidx.test.ext.junit.runners.AndroidJUnit4
2323import androidx.test.filters.MediumTest
2424import org.isoron.uhabits.BaseViewTest
25+ import org.junit.Ignore
2526import org.junit.Test
2627import 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()
You can’t perform that action at this time.
0 commit comments