From 4796d5edd8eae914d7ebb717e6a4f89368cbdcfa Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 21 Apr 2016 22:57:14 -0700 Subject: Disabling enterprise unit tests --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0d22d392d..934699dd6 100644 --- a/Makefile +++ b/Makefile @@ -150,8 +150,8 @@ test: start-docker $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./web || exit 1 ifeq ($(BUILD_ENTERPRISE_READY),true) @echo Running Enterprise tests - $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s $(BUILD_ENTERPRISE_DIR)/ldap || exit 1 - $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s $(BUILD_ENTERPRISE_DIR)/compliance || exit 1 + #$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s $(BUILD_ENTERPRISE_DIR)/ldap || exit 1 + #$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s $(BUILD_ENTERPRISE_DIR)/compliance || exit 1 endif setup-run-client-tests: -- cgit v1.2.3-1-g7c22