node/test/doctool
Rich Trott 2c469e8e29
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>
2017-10-23 18:18:14 -04:00
..
test-doctool-html.js test: include expected result in error messages 2017-10-11 02:06:11 -04:00
test-doctool-json.js test: continue normalizing fixtures use 2017-09-12 03:18:34 +02:00
test-make-doc.js test: fix flaky test-make-doc 2017-10-23 18:18:14 -04:00
testcfg.py