Skip to content

Commit

Permalink
fix: skip multiple files concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
js-murph committed Jul 2, 2023
1 parent d1f196b commit dbb5716
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/pre-exit-success.bats
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ COMMON_CURL_OPTIONS='--form \* --form \* --form \* --form \* --form \* --form \*
export BUILDKITE_PLUGIN_TEST_COLLECTOR_FILES='**/*/junit-*.xml'
export BUILDKITE_PLUGIN_TEST_COLLECTOR_UPLOAD_CONCURRENCY='3'

skip "bats-mock does not currently support concurrency, so we can't test this reliably"

stub curl "-X POST --silent --show-error --max-time 30 --form format=junit ${COMMON_CURL_OPTIONS} \* -H \* : echo \"curl success \${10}\""

run "$PWD/hooks/pre-exit"
Expand Down

0 comments on commit dbb5716

Please sign in to comment.