mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
Revert "Remove UI tests from connected android test run via @Ignore"
This reverts commit 5eac30d283
.
This commit is contained in:
parent
2946f2ec59
commit
49d1c1baee
2 changed files with 0 additions and 4 deletions
|
@ -31,7 +31,6 @@ import androidx.test.filters.LargeTest
|
|||
import im.vector.app.features.MainActivity
|
||||
import im.vector.app.features.home.HomeActivity
|
||||
import org.hamcrest.CoreMatchers.not
|
||||
import org.junit.Ignore
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
|
@ -39,7 +38,6 @@ import kotlin.random.Random
|
|||
|
||||
@RunWith(AndroidJUnit4::class)
|
||||
@LargeTest
|
||||
@Ignore
|
||||
class RegistrationTest {
|
||||
|
||||
@get:Rule
|
||||
|
|
|
@ -29,7 +29,6 @@ import im.vector.app.getString
|
|||
import im.vector.app.ui.robot.ElementRobot
|
||||
import im.vector.app.ui.robot.settings.labs.LabFeature
|
||||
import im.vector.app.ui.robot.withDeveloperMode
|
||||
import org.junit.Ignore
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
import org.junit.rules.RuleChain
|
||||
|
@ -42,7 +41,6 @@ import java.util.concurrent.TimeUnit
|
|||
*/
|
||||
@RunWith(AndroidJUnit4::class)
|
||||
@LargeTest
|
||||
@Ignore
|
||||
class UiAllScreensSanityTest {
|
||||
|
||||
@get:Rule
|
||||
|
|
Loading…
Reference in a new issue