Skip to content

Commit 5638978

Browse files
author
OpenShift Bot
authored
Merge pull request #2220 from spadgett/reenable-integration-tests
Merged by openshift-bot
2 parents c31be18 + 9a5dfd7 commit 5638978

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,5 @@ build: install
4444
test: build
4545
hack/verify-dist.sh
4646
hack/test-headless.sh test $(GRUNT_FLAGS)
47-
# Run the integration tests, but don't fail on test failures.
48-
# Temporary until we are able to upgrade protractor.
49-
-hack/test-headless.sh test-integration $(GRUNT_FLAGS)
47+
hack/test-headless.sh test-integration $(GRUNT_FLAGS)
5048
.PHONY: test

0 commit comments

Comments
 (0)