Skip to content

Commit 5b8dd2e

Browse files
committed
Ignore legacy Windows cmd sandbox test in CI
1 parent 277186e commit 5b8dd2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • codex-rs/windows-sandbox-rs/src/unified_exec

codex-rs/windows-sandbox-rs/src/unified_exec/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ async fn collect_stdout_and_exit(
137137
}
138138

139139
#[test]
140+
#[ignore = "TODO: legacy non-tty cmd.exe fails with ERROR_DIRECTORY in CI"]
140141
fn legacy_non_tty_cmd_emits_output() {
141142
let _guard = legacy_process_test_guard();
142143
let runtime = current_thread_runtime();

0 commit comments

Comments
 (0)