Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 15591ef

Browse files
committed
Run acceptance suite single threaded
- Acceptance suites (specifically broker_api_compatibility) have some mock side effects that make them flaky when run in parallel Authored-by: Greg Cobb <gcobb@pivotal.io>
1 parent bb07678 commit 15591ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tasks/spec.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace :spec do
3232
end
3333

3434
def run_specs_parallel(path)
35-
sh "bundle exec parallel_rspec --test-options '--order rand' --single spec/integration/ -- #{path}"
35+
sh "bundle exec parallel_rspec --test-options '--order rand' --single spec/integration/ --single spec/acceptance/ -- #{path}"
3636
end
3737

3838
def run_failed_specs

0 commit comments

Comments
 (0)