We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c31be18 + 9a5dfd7 commit 5638978Copy full SHA for 5638978
Makefile
@@ -44,7 +44,5 @@ build: install
44
test: build
45
hack/verify-dist.sh
46
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)
+ hack/test-headless.sh test-integration $(GRUNT_FLAGS)
50
.PHONY: test
0 commit comments