chore: intentionally fail tests

This commit is contained in:
Alexander Embiricos
2025-12-17 22:45:24 -08:00
parent 55edfc386a
commit 012bf21679

View File

@@ -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);
}