Enable tests which were ignored due to recent flakiness on TC and issue with maxTransactionSize which should now be resolved. (#2621)

This commit is contained in:
Shams Asari 2018-02-23 13:45:18 +00:00 committed by GitHub
parent 1552e992e7
commit 977836f4eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -37,7 +37,6 @@ class FxTransactionBuildTutorialTest {
mockNet.stopNodes()
}
@Ignore
@Test
fun `Run ForeignExchangeFlow to completion`() {
// Use NodeA as issuer and create some dollars

View File

@ -51,7 +51,6 @@ class MaxTransactionSizeTests {
mockNet.stopNodes()
}
@Ignore
@Test
fun `check transaction will fail when exceed max transaction size limit`() {
// These 4 attachments yield a transaction that's got ~ 4mb, which will exceed the 3mb max transaction size limit
@ -75,7 +74,6 @@ class MaxTransactionSizeTests {
assertThat(exception).hasMessageContaining("Transaction exceeded network's maximum transaction size limit")
}
@Ignore
@Test
fun `check transaction will be rejected by counterparty when exceed max transaction size limit`() {
// These 4 attachments yield a transaction that's got ~ 4mb, which will exceed the 3mb max transaction size limit