Skip to content

Commit

Permalink
test: move inspector-cli tests to sequential
Browse files Browse the repository at this point in the history
There's no reason to keep these tests separated from everything else.

PR-URL: #39079
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and danielleadams committed Jun 21, 2021
1 parent 1fa724e commit 7b026d8
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion test/README.md
Expand Up @@ -25,7 +25,6 @@ For the tests to run on Windows, be sure to clone Node.js source code with the
| `doctool` | Yes | Tests for the documentation generator. |
| `es-module` | Yes | Test ESM module loading. |
| `fixtures` | | Test fixtures used in various tests throughout the test suite. |
| `inspector-cli` | Yes | Tests for `node inspect` |
| `internet` | No | Tests that make real outbound network connections. Tests for networking related modules may also be present in other directories, but those tests do not make outbound connections. |
| `js-native-api` | Yes | Tests for Node.js-agnostic [n-api](https://nodejs.org/api/n-api.html) functionality. |
| `known_issues` | Yes | Tests reproducing known issues within the system. All tests inside of this directory are expected to fail. If a test doesn't fail on certain platforms, those should be skipped via `known_issues.status`. |
Expand Down
7 changes: 0 additions & 7 deletions test/inspector-cli/inspector-cli.status

This file was deleted.

6 changes: 0 additions & 6 deletions test/inspector-cli/testcfg.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7b026d8

Please sign in to comment.