Skip to content

Commit

Permalink
Enable inspector tests (#4628)
Browse files Browse the repository at this point in the history
  • Loading branch information
avillega authored Apr 4, 2020
1 parent 788a6ab commit 2911fcc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 2911fcc

Please sign in to comment.