Skip to content

Commit

Permalink
[FABN-953] temporarily disable java chaincode e2e tests
Browse files Browse the repository at this point in the history
- commented out test inclusion within build/test.js

Change-Id: I5778f29146539a1132cd2030bd5247eb82cd45ec
Signed-off-by: nkl199@yahoo.co.uk <nkl199@yahoo.co.uk>
  • Loading branch information
nklincoln committed Oct 4, 2018
1 parent aaa6c16 commit a674009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ gulp.task('run-full', ['clean-up', 'lint', 'pre-test', 'compile', 'docker-ready'
'test/integration/invoke.js',
'test/integration/network-config.js',
'test/integration/only-admin.js',
'test/integration/javachaincode/e2e.js',
// 'test/integration/javachaincode/e2e.js', DISABLE DUE TO BUILD BREAK 4/10/18
'test/integration/discovery.js',
'test/integration/grpc.js',
// channel: mychannelts chaincode: examplets:v1
Expand Down

0 comments on commit a674009

Please sign in to comment.