Skip to content

Commit d045ced

Browse files
committed
ignore paparazzi tests
1 parent 58a44ac commit d045ced

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

vector/src/test/java/im/vector/app/screenshot/PaparazziExampleScreenshotTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ import android.widget.ImageView
2020
import android.widget.TextView
2121
import androidx.constraintlayout.widget.ConstraintLayout
2222
import im.vector.app.R
23+
import org.junit.Ignore
2324
import org.junit.Rule
2425
import org.junit.Test
2526

27+
@Ignore("CI failing with NPE on paparazzi.inflate")
2628
class PaparazziExampleScreenshotTest {
2729

2830
@get:Rule

vector/src/test/java/im/vector/app/screenshot/RoomItemScreenshotTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ import androidx.constraintlayout.widget.ConstraintLayout
2222
import androidx.core.view.isVisible
2323
import im.vector.app.R
2424
import im.vector.app.features.home.room.list.UnreadCounterBadgeView
25+
import org.junit.Ignore
2526
import org.junit.Rule
2627
import org.junit.Test
2728

29+
@Ignore("CI failing with NPE on paparazzi.inflate")
2830
class RoomItemScreenshotTest {
2931

3032
@get:Rule

0 commit comments

Comments
 (0)