summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorAndres Villegas <villegas.pelaez.andres@gmail.com>2020-04-04 11:46:09 -0700
committerGitHub <noreply@github.com>2020-04-04 14:46:09 -0400
commit2911fcc78de4624c0086e6458eff3b33465c8b5b (patch)
tree09467817fd29a84af347a3fa12c7ca57667cab3a /cli/tests
parent788a6abfd391b8899d28552a9f192d9aaee91347 (diff)
Enable inspector tests (#4628)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/integration_tests.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 4f2847ee4..227566432 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -2015,7 +2015,6 @@ fn extract_ws_url_from_stderr(
url::Url::parse(ws_url).unwrap()
}
-#[cfg(not(target_os = "linux"))] // TODO(ry) broken on github actions.
#[tokio::test]
async fn inspector_connect() {
let script = deno::test_util::root_path()
@@ -2122,7 +2121,6 @@ async fn inspector_break_on_first_line() {
child.kill().unwrap();
}
-#[cfg(not(target_os = "linux"))] // TODO(ry) broken on github actions.
#[tokio::test]
async fn inspector_pause() {
let script = deno::test_util::root_path()
@@ -2182,7 +2180,6 @@ async fn inspector_pause() {
child.kill().unwrap();
}
-#[cfg(not(target_os = "linux"))] // TODO(ry) broken on github actions.
#[tokio::test]
async fn inspector_port_collision() {
let script = deno::test_util::root_path()