We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294af0d commit f6ff84bCopy full SHA for f6ff84b
core/chaincode/exectransaction_test.go
@@ -372,7 +372,6 @@ func TestGopathExecuteDeployTransaction(t *testing.T) {
372
373
// Test deploy of a transaction with a chaincode over HTTP.
374
func TestHTTPExecuteDeployTransaction(t *testing.T) {
375
- t.Skip("Skipping test temporarily.")
376
// The chaincode used here cannot be from the fabric repo
377
// itself or it won't be downloaded because it will be found
378
// in GOPATH, which would defeat the test
0 commit comments