Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/imageproxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@ impl ImageProxy {
if fd.is_some() {
return Err(anyhow!("Unexpected fd in finish_pipe reply"));
}
if true {
anyhow::bail!("synthetic CI failure");
}
Ok(r)
}

Expand Down