Skip to content

Commit

Permalink
Ignore test related to secure backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Renaud committed Aug 25, 2022
1 parent 0fd0f67 commit cda5563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vector/src/androidTest/java/im/vector/app/CantVerifyTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.filters.LargeTest
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 @@ -33,6 +34,7 @@ import java.util.UUID

@RunWith(AndroidJUnit4::class)
@LargeTest
@Ignore("Tchap: Secure Backup is disabled, so this test cannot succeed")
class CantVerifyTest : VerificationTestBase() {

@get:Rule
Expand Down

0 comments on commit cda5563

Please sign in to comment.