Ignore RPCStability tests. (#5351)

* Added Ignore on repeatedly failing tests to start getting builds through.

* Added ignore reason and link to jira ticket.
This commit is contained in:
Stefan Iliev 2019-08-02 13:51:26 +01:00 committed by Rick Parker
parent 813ff39eaa
commit 7f3eca44dd

View File

@ -69,6 +69,7 @@ class RPCStabilityTests {
}
@Test
@Ignore("Ignored as it became increasingly flaky. CORDA-3098")
fun `client and server dont leak threads`() {
fun startAndStop() {
rpcDriver {
@ -101,6 +102,7 @@ class RPCStabilityTests {
}
@Test
@Ignore("Ignored as it became increasingly flaky. CORDA-3098")
fun `client doesnt leak threads when it fails to start`() {
fun startAndStop() {
rpcDriver {