Ignore ThreadMessagingTest as it seems to cause other integration tests to fail.
This commit is contained in:
parent
bcdf004082
commit
f32da28285
|
@ -38,6 +38,7 @@ import java.util.concurrent.CountDownLatch
|
||||||
|
|
||||||
@RunWith(JUnit4::class)
|
@RunWith(JUnit4::class)
|
||||||
@FixMethodOrder(MethodSorters.JVM)
|
@FixMethodOrder(MethodSorters.JVM)
|
||||||
|
@Ignore("Remaining Integration tests are unstable if run with this test. Issue #5439")
|
||||||
class ThreadMessagingTest : InstrumentedTest {
|
class ThreadMessagingTest : InstrumentedTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue