From f6ff84bb7c5180e919c21f026a21e9c61984023a Mon Sep 17 00:00:00 2001 From: Gabor Hosszu Date: Thu, 1 Sep 2016 10:16:51 +0200 Subject: [PATCH] Reenable testcase using a forked repo Change-Id: I0a8b72fee55a5b203e3550e2c580f07ec10650e8 Signed-off-by: Gabor Hosszu --- core/chaincode/exectransaction_test.go | 1 - 1 file changed, 1 deletion(-) 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