mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
chore: intentionally fail tests
This commit is contained in:
@@ -66,3 +66,9 @@ fn pipes_stdin_and_stdout_through_socket() -> anyhow::Result<()> {
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn intentionally_fails_for_ci_autofix_demo() {
|
||||
// Intentional failure to exercise CI autofix flow.
|
||||
assert_eq!(1, 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user