From 874dcdf282b2b1b2dfc7549bd44fc91e8440c774 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Thu, 25 Oct 2018 18:30:21 -0700 Subject: [PATCH] monkeysphere: Skip functional tests until bugs are resolved Currently, monkeysphere does not get installed properly unless FreedomBox security is disabled. Skip these tests until the monkeysphere is patched https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911907 . Another way to enable these tests is to disable restricted logins (write steps to do that) before running them. Reviewed-by: James Valleroy --- functional_tests/features/monkeysphere.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functional_tests/features/monkeysphere.feature b/functional_tests/features/monkeysphere.feature index deaf54741..fa67e189c 100644 --- a/functional_tests/features/monkeysphere.feature +++ b/functional_tests/features/monkeysphere.feature @@ -15,7 +15,8 @@ # along with this program. If not, see . # -@apps @monkeysphere @backups +# XXX: Enable tests after Debian Bug #911907 is fixed. +@apps @monkeysphere @backups @skip Feature: Monkeysphere Import and publish OpenPGP keys for SSH and HTTPS keys