diff --git a/src/imageproxy.rs b/src/imageproxy.rs index b780ef3..8cb8de7 100644 --- a/src/imageproxy.rs +++ b/src/imageproxy.rs @@ -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) }