Skip to content

Commit 511c96f

Browse files
authored
Disable parallel tests until PCT bug is fixed (#78)
1 parent bab2cf1 commit 511c96f

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.circleci/test-deploy.yml

+11-10
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)