mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
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
This commit is contained in:
parent
f603ebba77
commit
56731f2f8d
1 changed files with 1 additions and 0 deletions
|
@ -4066,6 +4066,7 @@ fn stdio_streams_are_locked_in_permission_prompt() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn permission_prompt_strips_ansi_codes_and_control_chars() {
|
fn permission_prompt_strips_ansi_codes_and_control_chars() {
|
||||||
let _guard = util::http_server();
|
let _guard = util::http_server();
|
||||||
util::with_pty(&["repl"], |mut console| {
|
util::with_pty(&["repl"], |mut console| {
|
||||||
|
|
Loading…
Add table
Reference in a new issue