diff --git a/tests/catar.rs b/tests/catar.rs index 0e72c0c6..c9c7c93f 100644 --- a/tests/catar.rs +++ b/tests/catar.rs @@ -53,7 +53,7 @@ fn run_all_tests() -> Result<(), Error> { Ok(()) } -#[test] +#[test] #[ignore] fn catar_simple() { if let Err(err) = run_all_tests() {