Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-10-18 23:39:19 +0300
committerMyles Borins <mylesborins@google.com>2017-10-24 01:18:14 +0300
commit2c469e8e2929e9d2491dee8c0e4f195a7f91a5c8 (patch)
tree30c53fb2c40def4724b8305107b0d57a6dee161f /test
parent303c6c287f403f90806b6f73de4de2c91d35ff5e (diff)
test: fix flaky test-make-doc
`test-make-doc` fails in CI on Raspberry Pi devices where `test-ci-js` runs the test but does not build the docs. We do not want to build the docs in these cases. Move the test to the `doctool` suite and add that suite to `IGNORED_SUITES` in `test.py`. Specify `doctool` as a test suite to run with `make test` or `make test-ci` but not with the `make test-ci-js` job run on cross-compiled fanned CI tests like we do with Raspberry Pi devices in CI. PR-URL: https://github.com/nodejs/node/pull/16301 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/doctool/test-make-doc.js (renamed from test/sequential/test-make-doc.js)0
1 files changed, 0 insertions, 0 deletions
diff --git a/test/sequential/test-make-doc.js b/test/doctool/test-make-doc.js
index 06386c0c818..06386c0c818 100644
--- a/test/sequential/test-make-doc.js
+++ b/test/doctool/test-make-doc.js