From a10bb8b941b07738f211f80da65a0686bba98a27 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 31 Jan 2019 15:32:04 +0100 Subject: [PATCH] ignore casync test by default because there's no casync package we can build-depend on to actually run the tests on normal systems... Signed-off-by: Wolfgang Bumiller --- tests/catar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {