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