Skip to content

Commit

Permalink
Merge pull request #2210 from spadgett/disable-tests
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Oct 5, 2017
2 parents a9de5c9 + 19292d6 commit 6ef0e8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ build: install
test: build
hack/verify-dist.sh
hack/test-headless.sh test $(GRUNT_FLAGS)
hack/test-headless.sh test-integration $(GRUNT_FLAGS)
# Run the integration tests, but don't fail on test failures.
# Temporary until we are able to upgrade protractor.
-hack/test-headless.sh test-integration $(GRUNT_FLAGS)
.PHONY: test

0 comments on commit 6ef0e8b

Please sign in to comment.