Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Nov 2, 2021
1 parent f2738b4 commit 6e3d4ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .buildkite/scripts/steps/test/jest_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ exitCode=0
find src x-pack packages -name jest.config.js -not -path "*/__fixtures__/*" | sort | while read config; do
if [ "$(($i % $JOB_COUNT))" -eq $JOB ]; then
echo "--- $ node scripts/jest --config $config"
# TODO: sort by list of test files identified by --listFiles
# Also allows us to ignore configs with no tests so they can still exist.
node --max-old-space-size=5632 ./node_modules/.bin/jest --config=$config --runInBand --coverage=false

if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 6e3d4ee

Please sign in to comment.