mirror of
https://github.com/openai/codex.git
synced 2026-04-29 10:53:24 +03:00
Vary preview Bazel test failures
This commit is contained in:
@@ -68,8 +68,8 @@ fn test_invalid_bytes_still_fall_back_to_lossy() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn preview_failed_log_from_protocol() {
|
||||
panic!("intentional preview failure: protocol test log");
|
||||
fn preview_failed_log_from_protocol() -> Result<(), String> {
|
||||
Err("intentional preview failure: protocol returned Result::Err".to_string())
|
||||
}
|
||||
|
||||
fn decode_shell_output(bytes: &[u8]) -> String {
|
||||
|
||||
Reference in New Issue
Block a user