Skip to content

Commit 9a5dfd7

Browse files
committed
Re-enable integration tests
1 parent c31be18 commit 9a5dfd7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
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)