File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -230,16 +230,17 @@ jobs:
230230 grep -q "runner.addPlugin(FailOnWarningsPlugin())" console.log
231231 rm console.log
232232 shell : bash
233- - matlab/run-tests :
234- use-parallel : true
235- source-folder : src
236- - run :
237- name : Verify tests ran in parallel
238- command : |
239- set -e
240- grep -q "parallel pool" console.log
241- rm console.log
242- shell : bash
233+ # Disable parallel tests until PCT bug is fixed g3416906
234+ # - matlab/run-tests:
235+ # use-parallel: true
236+ # source-folder: src
237+ # - run:
238+ # name: Verify tests ran in parallel
239+ # command: |
240+ # set -e
241+ # grep -q "parallel pool" console.log
242+ # rm console.log
243+ # shell: bash
243244 - matlab/run-tests :
244245 output-detail : Detailed
245246 source-folder : src
You can’t perform that action at this time.
0 commit comments