mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 18:36:21 +03:00
ignore deprecated test
This commit is contained in:
parent
84369005ba
commit
aab1afc352
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ class WithHeldTests : InstrumentedTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("Outdated test, we don't request to others")
|
||||||
fun test_WithHeldKeyRequest() = runCryptoTest(
|
fun test_WithHeldKeyRequest() = runCryptoTest(
|
||||||
context(),
|
context(),
|
||||||
cryptoConfig = MXCryptoConfig(limitRoomKeyRequestsToMyDevices = false)
|
cryptoConfig = MXCryptoConfig(limitRoomKeyRequestsToMyDevices = false)
|
||||||
|
|
Loading…
Reference in a new issue