Skip to content

Commit 03897ff

Browse files
authored
Prevent parallel execution of unit and acceptance/integration tests in the same process (#4144)
1 parent 431ea8b commit 03897ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tasks/spec.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ namespace :spec do
4747
--test-options '--order rand' \
4848
--single spec/integration/ \
4949
--single spec/acceptance/ \
50+
--isolate \
5051
--exclude-pattern 'spec/isolated_specs/' \
5152
-- #{path}
5253
CMD

0 commit comments

Comments
 (0)