0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -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:
David Sherret 2023-03-16 14:36:23 -04:00 committed by GitHub
parent f603ebba77
commit 56731f2f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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| {