mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 10:55:55 +03:00
Ignore ThreadMessagingTest as it seems to cause other integration tests to fail.
This commit is contained in:
parent
bcdf004082
commit
f32da28285
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ import java.util.concurrent.CountDownLatch
|
|||
|
||||
@RunWith(JUnit4::class)
|
||||
@FixMethodOrder(MethodSorters.JVM)
|
||||
@Ignore("Remaining Integration tests are unstable if run with this test. Issue #5439")
|
||||
class ThreadMessagingTest : InstrumentedTest {
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in a new issue