mirror of
https://github.com/corda/corda.git
synced 2025-06-16 06:08:13 +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:
@ -37,7 +37,6 @@ class FxTransactionBuildTutorialTest {
|
|||||||
mockNet.stopNodes()
|
mockNet.stopNodes()
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore
|
|
||||||
@Test
|
@Test
|
||||||
fun `Run ForeignExchangeFlow to completion`() {
|
fun `Run ForeignExchangeFlow to completion`() {
|
||||||
// Use NodeA as issuer and create some dollars
|
// Use NodeA as issuer and create some dollars
|
||||||
|
@ -51,7 +51,6 @@ class MaxTransactionSizeTests {
|
|||||||
mockNet.stopNodes()
|
mockNet.stopNodes()
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore
|
|
||||||
@Test
|
@Test
|
||||||
fun `check transaction will fail when exceed max transaction size limit`() {
|
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
|
// 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")
|
assertThat(exception).hasMessageContaining("Transaction exceeded network's maximum transaction size limit")
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore
|
|
||||||
@Test
|
@Test
|
||||||
fun `check transaction will be rejected by counterparty when exceed max transaction size limit`() {
|
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
|
// These 4 attachments yield a transaction that's got ~ 4mb, which will exceed the 3mb max transaction size limit
|
||||||
|
Reference in New Issue
Block a user