Remove intentionally failing CI test

This commit is contained in:
lukeqin-oai
2025-12-17 23:17:53 -08:00
parent 012bf21679
commit ee193c9ec1

View File

@@ -66,9 +66,3 @@ 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);
}