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:
parent
1ce9eda632
commit
132ba10011
|
@ -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()?;
|
||||||
|
|
Loading…
Reference in New Issue