ui: Actually remove CI parallelism (#7190)

This commit is contained in:
John Cowen 2020-01-31 14:47:39 +00:00 committed by GitHub
parent d5b6f3095e
commit 7f786d809e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -497,7 +497,6 @@ jobs:
environment:
EMBER_TEST_PARALLEL: true #enables test parallelization with ember-exam
EMBER_TEST_REPORT: test-results/report.xml #outputs test report for CircleCI test summary
parallelism: 4
steps:
- checkout
- restore_cache: