From a7b1bcacf9c3cb3acdf2c44243cbe7211a18c42a Mon Sep 17 00:00:00 2001 From: Artem Sidorenko Date: Thu, 23 Nov 2017 19:51:58 +0100 Subject: [PATCH] Skip auditd tests We do not have implementation for them within this cookbook yet Signed-off-by: Artem Sidorenko --- test/integration/default/controls/tests.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/default/controls/tests.rb b/test/integration/default/controls/tests.rb index 7b58667d..c1913a29 100644 --- a/test/integration/default/controls/tests.rb +++ b/test/integration/default/controls/tests.rb @@ -2,4 +2,6 @@ # skip entropy test, as our short living test VMs usually do not # have enough skip_control 'os-08' + # skip auditd tests, we do not have any implementation for audit management yet + skip_control 'package-08' end