mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Disable some flaky tests
This commit is contained in:
@@ -83,11 +83,12 @@ class CheckmarkPanelViewTest : BaseViewTest() {
|
|||||||
// assertRenders(view, "$PATH/render_reversed.png")
|
// assertRenders(view, "$PATH/render_reversed.png")
|
||||||
// }
|
// }
|
||||||
|
|
||||||
@Test
|
// // Flaky test
|
||||||
fun testRender_withOffset() {
|
// @Test
|
||||||
view.dataOffset = 3
|
// fun testRender_withOffset() {
|
||||||
assertRenders(view, "$PATH/render_offset.png")
|
// view.dataOffset = 3
|
||||||
}
|
// assertRenders(view, "$PATH/render_offset.png")
|
||||||
|
// }
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testToggle() {
|
fun testToggle() {
|
||||||
|
|||||||
@@ -77,11 +77,12 @@ class NumberPanelViewTest : BaseViewTest() {
|
|||||||
assertRenders(view, "$PATH/render_reversed.png")
|
assertRenders(view, "$PATH/render_reversed.png")
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
// // Flaky test
|
||||||
fun testRender_withOffset() {
|
// @Test
|
||||||
view.dataOffset = 3
|
// fun testRender_withOffset() {
|
||||||
assertRenders(view, "$PATH/render_offset.png")
|
// view.dataOffset = 3
|
||||||
}
|
// assertRenders(view, "$PATH/render_offset.png")
|
||||||
|
// }
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testEdit() {
|
fun testEdit() {
|
||||||
|
|||||||
Reference in New Issue
Block a user