mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Disabling flakey WorkflowTransactionBuildTutorialTest test because it has a race condition and is causing flakey build. PR is in flight to fix the actual cause.
This commit is contained in:
parent
893b4b5393
commit
d1a7a33581
@ -53,7 +53,7 @@ class WorkflowTransactionBuildTutorialTest {
|
||||
net.stopNodes()
|
||||
}
|
||||
|
||||
@Test
|
||||
//@Test
|
||||
fun `Run workflow to completion`() {
|
||||
// Setup a vault subscriber to wait for successful upload of the proposal to NodeB
|
||||
val done1 = SettableFuture.create<Unit>()
|
||||
|
Loading…
Reference in New Issue
Block a user