diff --git a/src/deb/mod.rs b/src/deb/mod.rs index b17ead2..94f46c1 100644 --- a/src/deb/mod.rs +++ b/src/deb/mod.rs @@ -344,6 +344,10 @@ mod tests { /// It is important to ensure that pkh can cross-compile linux-riscv, as /// for risc-v hardware is still rare and cross-compilation is necessary /// to debug and test + /// NOTE: Ideally, we want to run this in CI, but it takes more than 1h + /// to fully build the linux-riscv package on an amd64 builder, which is too + /// much time + #[ignore] #[tokio::test] #[test_log::test] #[cfg(target_arch = "x86_64")]