Disable flaky CantVerifyTest, for the time we are investigating the issue.
This commit is contained in:
parent
56189a2d5d
commit
56f3ecc4af
|
@ -26,6 +26,7 @@ import androidx.test.filters.LargeTest
|
||||||
import com.adevinta.android.barista.internal.viewaction.SleepViewAction
|
import com.adevinta.android.barista.internal.viewaction.SleepViewAction
|
||||||
import im.vector.app.features.MainActivity
|
import im.vector.app.features.MainActivity
|
||||||
import im.vector.app.ui.robot.ElementRobot
|
import im.vector.app.ui.robot.ElementRobot
|
||||||
|
import org.junit.Ignore
|
||||||
import org.junit.Rule
|
import org.junit.Rule
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import org.junit.rules.RuleChain
|
import org.junit.rules.RuleChain
|
||||||
|
@ -34,6 +35,7 @@ import java.util.UUID
|
||||||
|
|
||||||
@RunWith(AndroidJUnit4::class)
|
@RunWith(AndroidJUnit4::class)
|
||||||
@LargeTest
|
@LargeTest
|
||||||
|
@Ignore("Disabled temporarily so that we can unblock other PRs.")
|
||||||
class CantVerifyTest {
|
class CantVerifyTest {
|
||||||
|
|
||||||
@get:Rule
|
@get:Rule
|
||||||
|
|
Loading…
Reference in New Issue