Skip to content

Commit

Permalink
Merge pull request #1961 from xspeedcruiser/car_unit_test
Browse files Browse the repository at this point in the history
Removed VAGRANT env check for executing CAR platform test
  • Loading branch information
srderson committed Jun 27, 2016
2 parents af7a610 + 07eab85 commit f9323ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/chaincode/platforms/car/test/car_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ func TestMain(m *testing.M) {
}

func TestCar_BuildImage(t *testing.T) {
if os.Getenv("VAGRANT") == "" {
t.Skip("skipping test; only supported within vagrant")
}

vm, err := container.NewVM()
if err != nil {
t.Fail()
Expand Down

0 comments on commit f9323ab

Please sign in to comment.