Disable gojsonschema test, causes failures when firewalls block it

This commit is contained in:
Steve Streeting 2016-06-02 12:45:36 +01:00
parent 5bed9736a0
commit 9164f83ccb

@ -9,6 +9,7 @@ else
GO15VENDOREXPERIMENT=1 go test \
$(GO15VENDOREXPERIMENT=1 go list ./... \
| grep -v "github.com/olekukonko/ts" \
| grep -v "github.com/xeipuuv/gojsonschema" \
| grep -v "github.com/technoweenie/go-contentaddressable" \
)
fi