Skip to content

Commit

Permalink
test: skip broken inspector tests
Browse files Browse the repository at this point in the history
The inspector tests were broken by a recent upstream PR. Until the
support is implemented it's best to skip them.

Refs: nodejs/node#22251
Refs: nodejs#598
  • Loading branch information
kfarnung committed Sep 17, 2018
1 parent 59aa774 commit 3f6ef13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ test-inspector-contexts : SKIP
test-inspector-scriptparsed-context : SKIP
test-inspector-stop-profile-after-done : SKIP

# These need to be fixed when resourceNameToUrl is wired up.
# https://github.com/nodejs/node-chakracore/issues/598
test-inspector : SKIP
test-inspector-debug-brk-flag : SKIP
test-inspector-exception : SKIP
test-inspector-resource-name-to-url : SKIP

[$jsEngine==chakracore && $system==win32]
# This test can fail depending on the ports that other processes are using
test-inspector-port-cluster : PASS, FLAKY
Expand Down

0 comments on commit 3f6ef13

Please sign in to comment.