Skip to content

Commit

Permalink
test: skip corda deploy 4.6 integration test
Browse files Browse the repository at this point in the history
Skip the test case at:
packages/cactus-plugin-ledger-connector-corda/src/test/typescript/
integration/deploy-cordapp-jars-to-nodes.test.ts

This is related to (but does not fix) #1485

Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Nov 3, 2021
1 parent b28248a commit 09ace15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { K_CACTUS_CORDA_TOTAL_TX_COUNT } from "../../../main/typescript/promethe

const logLevel: LogLevelDesc = "TRACE";

test("Tests are passing on the JVM side", async (t: Test) => {
test.skip("Tests are passing on the JVM side", async (t: Test) => {
test.onFailure(async () => {
await Containers.logDiagnostics({ logLevel });
});
Expand Down

0 comments on commit 09ace15

Please sign in to comment.