You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Node.js SDK unit tests are cloning the
master branch from Gerrit in order to include it as a
dependency inside pre-built chaincode packages. That
causes the unit tests to fail on all other branches
except the master branch. Until the fabric dependency
is entirely removed from the SDK unit tests, the test
script will instead use the local copy of the fabric
project to avoid cloning the dependency directly from
master. This avoids unit test failures due to
incompatible versions.
Change-Id: I995d16b98f1e8d337a8cd44c87133c92542437d0
Signed-off-by: Anna D Derbakova <[email protected]>
0 commit comments