diff --git a/core/chaincode/exectransaction_test.go b/core/chaincode/exectransaction_test.go index 8bccdddcea2..f72983b9aab 100644 --- a/core/chaincode/exectransaction_test.go +++ b/core/chaincode/exectransaction_test.go @@ -372,7 +372,6 @@ func TestGopathExecuteDeployTransaction(t *testing.T) { // Test deploy of a transaction with a chaincode over HTTP. func TestHTTPExecuteDeployTransaction(t *testing.T) { - t.Skip("Skipping test temporarily.") // The chaincode used here cannot be from the fabric repo // itself or it won't be downloaded because it will be found // in GOPATH, which would defeat the test