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)
|
||||
@FixMethodOrder(MethodSorters.JVM)
|
||||
@Ignore("Remaining Integration tests are unstable if run with this test. Issue #5439")
|
||||
class ThreadMessagingTest : InstrumentedTest {
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue