Skip to content

Commit

Permalink
Disable flaky CantVerifyTest, for the time we are investigating the i…
Browse files Browse the repository at this point in the history
…ssue.
  • Loading branch information
bmarty committed Sep 23, 2022
1 parent 56189a2 commit 56f3ecc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import androidx.test.filters.LargeTest
import com.adevinta.android.barista.internal.viewaction.SleepViewAction
import im.vector.app.features.MainActivity
import im.vector.app.ui.robot.ElementRobot
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.rules.RuleChain
Expand All @@ -34,6 +35,7 @@ import java.util.UUID

@RunWith(AndroidJUnit4::class)
@LargeTest
@Ignore("Disabled temporarily so that we can unblock other PRs.")
class CantVerifyTest {

@get:Rule
Expand Down

0 comments on commit 56f3ecc

Please sign in to comment.