diff --git a/bench-vortex/src/lib.rs b/bench-vortex/src/lib.rs index 89c8b22ecf..5624f2ab1f 100644 --- a/bench-vortex/src/lib.rs +++ b/bench-vortex/src/lib.rs @@ -145,6 +145,7 @@ mod test { use crate::taxi_data::download_taxi_data; use crate::{compress_ctx, compress_taxi_data, setup_logger}; + #[ignore] #[test] fn compression_ratio() { setup_logger(LevelFilter::Debug);