summaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-10-13 22:42:38 -0400
committerRefael Ackermann <refack@gmail.com>2017-10-17 19:35:50 -0400
commit978629ca1240b9f2038390c7e960f3d226daa4e8 (patch)
tree8c15fba04351dfb1921221f930157957317dae4f /test/README.md
parentff747e3fe8fc960bb6cd04185167bd6376940998 (diff)
downloadandroid-node-v8-978629ca1240b9f2038390c7e960f3d226daa4e8.tar.gz
android-node-v8-978629ca1240b9f2038390c7e960f3d226daa4e8.tar.bz2
android-node-v8-978629ca1240b9f2038390c7e960f3d226daa4e8.zip
test: move inspector tests to parallel/sequential
* remove inspector directory artifacts PR-URL: https://github.com/nodejs/node/pull/16197 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md
index 86826f493a..d214f2fc10 100644
--- a/test/README.md
+++ b/test/README.md
@@ -19,7 +19,6 @@ On how to run tests in this directory, see
|es-module |Yes |Test ESM module loading.|
|fixtures | |Test fixtures used in various tests throughout the test suite.|
|gc |No |Tests for garbage collection related functionality.|
-|inspector |Yes |Tests for the V8 inspector integration.|
|internet |No |Tests that make real outbound connections (mainly networking related modules). Tests for networking related modules may also be present in other directories, but those tests do not make outbound connections.|
|known_issues |Yes |Tests reproducing known issues within the system. All tests inside of this directory are expected to fail consistently. If a test doesn't fail on certain platforms, those should be skipped via `known_issues.status`.|
|message |Yes |Tests for messages that are output for various conditions (```console.log```, error messages etc.)|