disable offensive test

Tests we run with `make test` should not require root
privileges or write to system paths! This one does both!

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-08-21 12:27:10 +02:00
parent 1ce9eda632
commit 132ba10011
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ fn garbage_collection(worker: &server::WorkerTask) -> Result<(), Error> {
} }
#[test] #[test] #[ignore]
fn worker_task_abort() -> Result<(), Error> { fn worker_task_abort() -> Result<(), Error> {
server::create_task_log_dirs()?; server::create_task_log_dirs()?;