From c08fcb772ab9e8cf86c76fe68f534bb84d13169f Mon Sep 17 00:00:00 2001 From: zhilingc Date: Sat, 5 Jan 2019 21:22:50 +0800 Subject: [PATCH] Add fix for tests failing in docker image --- Makefile | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bb95314c05..888cfea4264 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION_FILE=VERSION FEAST_VERSION=`cat $(VERSION_FILE)` test: - echo testing not implemented + mvn test build-deps: $(MAKE) -C protos gen-go diff --git a/pom.xml b/pom.xml index 1bdb6fd010d..bc7380150b6 100644 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,7 @@ maven-surefire-plugin 2.22.1 + -Djdk.net.URLClassPath.disableClassPathURLCheck=true IntegrationTest