From ff690b0ab44d1d8d8e5ecbc320a5bf752d5feacc Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 9 Jun 2023 13:24:39 -0400 Subject: chore: fix flaky stdio_streams_are_locked_in_permission_prompt (#19443) --- cli/tests/integration/run_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 2accd5444..3fa2f9896 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -4370,6 +4370,7 @@ fn stdio_streams_are_locked_in_permission_prompt() { std::thread::sleep(Duration::from_millis(50)); // give the other thread some time to output console.write_line_raw("invalid"); console.expect("Unrecognized option."); + console.expect("Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all write permissions)"); console.write_line_raw("y"); console.expect("Granted write access to"); -- cgit v1.2.3