Skip to content

Commit f5180c8

Browse files
author
Brad Gorman
committed
Re-enable TestCar_BuildImage
This test was disabled as part of https://gerrit.hyperledger.org/r/#/c/365/ while the fabric-chaintool repo did not support the ChaincodeStubInterface. This was resolved in fabric-chaintool as part of the 0.9.0 release https://github.com/hyperledger/fabric-chaintool/pull/25 https://github.com/hyperledger/fabric-chaintool/releases/tag/v0.9.0 Change-Id: I9524d12665bf1183561e51f52ad12833eb67b514 Signed-off-by: Bradley Gorman <[email protected]>
1 parent 0ba14a5 commit f5180c8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PKGNAME = github.com/$(PROJECT_NAME)
5353
GO_LDFLAGS = -X github.com/hyperledger/fabric/metadata.Version=$(PROJECT_VERSION)
5454
CGO_FLAGS = CGO_CFLAGS=" " CGO_LDFLAGS="-lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy"
5555
UID = $(shell id -u)
56-
CHAINTOOL_RELEASE=v0.8.1
56+
CHAINTOOL_RELEASE=v0.9.0
5757

5858
EXECUTABLES = go docker git curl
5959
K := $(foreach exec,$(EXECUTABLES),\

core/chaincode/platforms/car/test/car_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ func TestMain(m *testing.M) {
3232
}
3333

3434
func TestCar_BuildImage(t *testing.T) {
35-
// skipped until chaintool accepts ChaincodeStubInterface updates
36-
t.SkipNow()
3735
vm, err := container.NewVM()
3836
if err != nil {
3937
t.Fail()

0 commit comments

Comments
 (0)