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:
parent
e0a5d1ca2f
commit
a10bb8b941
@ -53,7 +53,7 @@ fn run_all_tests() -> Result<(), Error> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[test] #[ignore]
|
||||
fn catar_simple() {
|
||||
|
||||
if let Err(err) = run_all_tests() {
|
||||
|
Loading…
Reference in New Issue
Block a user