]> git.proxmox.com Git - proxmox-backup.git/commitdiff
disable offensive test
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 21 Aug 2019 10:27:10 +0000 (12:27 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 21 Aug 2019 10:27:50 +0000 (12:27 +0200)
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>
tests/worker-task-abort.rs

index 0aa155fb7c0013b3be75cff40f38092c57788d1f..733e09f564140392d174ea3ecd6df65c9585e499 100644 (file)
@@ -31,7 +31,7 @@ fn garbage_collection(worker: &server::WorkerTask) -> Result<(), Error> {
 }
 
 
-#[test]
+#[test] #[ignore]
 fn worker_task_abort() -> Result<(), Error> {
 
     server::create_task_log_dirs()?;