From 2911fcc78de4624c0086e6458eff3b33465c8b5b Mon Sep 17 00:00:00 2001 From: Andres Villegas Date: Sat, 4 Apr 2020 11:46:09 -0700 Subject: Enable inspector tests (#4628) --- cli/tests/integration_tests.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'cli') 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() -- cgit v1.2.3