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 <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-01-31 15:32:04 +01:00
parent e0a5d1ca2f
commit a10bb8b941

View File

@ -53,7 +53,7 @@ fn run_all_tests() -> Result<(), Error> {
Ok(())
}
#[test]
#[test] #[ignore]
fn catar_simple() {
if let Err(err) = run_all_tests() {