diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-03-16 14:36:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 14:36:23 -0400 |
commit | 56731f2f8d45b8bd16de77276c3f7ce55d2f7b22 (patch) | |
tree | d443a02f4364c94f85b15eb939c0880868821d31 /cli/tests/integration/run_tests.rs | |
parent | f603ebba77906808ee7d15deff542f985f66ac29 (diff) |
chore: ignore permission_prompt_strips_ansi_codes_and_control_chars test (#18234)
This test hangs on all operating systems.
Opened https://github.com/denoland/deno/issues/18233 for the future
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index f57dd9876..4c78a5cf5 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -4066,6 +4066,7 @@ fn stdio_streams_are_locked_in_permission_prompt() { } #[test] +#[ignore] fn permission_prompt_strips_ansi_codes_and_control_chars() { let _guard = util::http_server(); util::with_pty(&["repl"], |mut console| { |