From 132ba10011e00cf86c3816e7d25f29553bdfa530 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 21 Aug 2019 12:27:10 +0200 Subject: [PATCH] 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 --- tests/worker-task-abort.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/worker-task-abort.rs b/tests/worker-task-abort.rs index 0aa155fb..733e09f5 100644 --- a/tests/worker-task-abort.rs +++ b/tests/worker-task-abort.rs @@ -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()?;