Ignore ThreadMessagingTest as it seems to cause other integration tests to fail.

This commit is contained in:
Michael Kaye 2022-03-07 13:14:38 +00:00
parent bcdf004082
commit f32da28285

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