mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Ignore E2eeSanityTests.
They fail infrequently, but in a way that takes the entire test framework down, so ignore them for now and open an issue to fix.
This commit is contained in:
parent
28c4abb505
commit
fe793798fa
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ import org.amshove.kluent.fail
|
|||
import org.amshove.kluent.internal.assertEquals
|
||||
import org.junit.Assert
|
||||
import org.junit.FixMethodOrder
|
||||
import org.junit.Ignore
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
|
@ -67,6 +68,7 @@ import java.util.concurrent.CountDownLatch
|
|||
@RunWith(JUnit4::class)
|
||||
@FixMethodOrder(MethodSorters.JVM)
|
||||
@LargeTest
|
||||
@Ignore("This test fails with an unhandled exception thrown from a coroutine which terminates the entire test run.")
|
||||
class E2eeSanityTests : InstrumentedTest {
|
||||
|
||||
@get:Rule val rule = RetryTestRule(3)
|
||||
|
|
Loading…
Reference in a new issue