From 978629ca1240b9f2038390c7e960f3d226daa4e8 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Fri, 13 Oct 2017 22:42:38 -0400 Subject: test: move inspector tests to parallel/sequential * remove inspector directory artifacts PR-URL: https://github.com/nodejs/node/pull/16197 Reviewed-By: Ben Noordhuis Reviewed-By: Colin Ihrig Reviewed-By: Refael Ackermann Reviewed-By: James M Snell --- test/README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'test/README.md') 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.)| -- cgit v1.2.3