Skip to content

Commit

Permalink
test(connector-fabric): upgrade Fabric AIO image tag used for test
Browse files Browse the repository at this point in the history
Upgraded from the image build in March 2021 to the one in April which
is believed to be more stable making this change potentially viable as
a soltuion to the flakes that we've been observing during test execution
when the AIO image fails to boot.

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Jun 2, 2021
1 parent de98f48 commit a16c129
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test(testCase, async (t: Test) => {
publishAllPorts: true,
logLevel,
imageName: "hyperledger/cactus-fabric2-all-in-one",
imageVersion: "2021-03-08-hotfix-test-network",
imageVersion: "2021-04-20-nodejs",
envVars: new Map([
["FABRIC_VERSION", "2.2.0"],
["CA_VERSION", "1.4.9"],
Expand Down

0 comments on commit a16c129

Please sign in to comment.