Merge pull request #5440 from vector-im/michaelk/threadmessagingtest_ignore

Ignore ThreadMessagingTest as it seems to cause other integration tests to fail
This commit is contained in:
Michael Kaye 2022-03-07 14:05:22 +00:00 committed by GitHub
commit 9af2f1cdc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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