diff --git a/ui/package.json b/ui/package.json index 4c32987b3ad3..79b0dc4f1770 100644 --- a/ui/package.json +++ b/ui/package.json @@ -29,7 +29,7 @@ "start:chroot": "ember server --proxy=http://127.0.0.1:8300 --port=4300", "test": "concurrently --kill-others-on-fail -P -c \"auto\" -n lint:js,lint:hbs,vault \"yarn:lint:js:quiet\" \"yarn:lint:hbs:quiet\" \"node scripts/start-vault.js {@}\" --", "test:enos": "concurrently --kill-others-on-fail -P -c \"auto\" -n lint:js,lint:hbs,enos \"yarn:lint:js:quiet\" \"yarn:lint:hbs:quiet\" \"node scripts/enos-test-ember.js {@}\" --", - "test:oss": "yarn run test -f='!enterprise' --split=8 --preserve-test-name --parallel", + "test:oss": "yarn run test -f='!enterprise'", "test:quick": "node scripts/start-vault.js --split=8 --preserve-test-name --parallel", "test:quick-oss": "node scripts/start-vault.js -f='!enterprise' --split=8 --preserve-test-name --parallel", "test:filter": "node scripts/start-vault.js --server -f='!enterprise'",