mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Disable flaky CantVerifyTest, for the time we are investigating the issue.
This commit is contained in:
parent
56189a2d5d
commit
56f3ecc4af
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue