mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
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:
parent
1552e992e7
commit
977836f4eb
@ -37,7 +37,6 @@ class FxTransactionBuildTutorialTest {
|
||||
mockNet.stopNodes()
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
fun `Run ForeignExchangeFlow to completion`() {
|
||||
// Use NodeA as issuer and create some dollars
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user