Skip to content

Can I mark some tests for serial instead of parallel execution? #1076

Discussion options

You must be logged in to vote

From the man Page:

If you have files where tests within the file would interfere with each other, you can use
`--no-parallelize-within-files` to disable parallelization within all files.
If you want more fine-grained control, you can `export BATS_NO_PARALLELIZE_WITHIN_FILE=true` in `setup_file()`
or outside any function to disable parallelization only within the containing file.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@martinvonwittich
Comment options

Answer selected by martinvonwittich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants