summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/tests/integration_tests.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index eea5da492..20a2a983b 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -7,8 +7,11 @@ extern crate nix;
extern crate pty;
extern crate tempfile;
+// TODO re-enable. This hangs on macOS
+// https://github.com/denoland/deno/issues/4262
#[cfg(unix)]
#[test]
+#[ignore]
pub fn test_raw_tty() {
use pty::fork::*;
use std::io::{Read, Write};