Blame SOURCES/0008-tests-skip-add-del-and-re-del-add-tests-if-have_root.patch

0228ad
 tests/command_tests.py | 2 ++
0228ad
 1 file changed, 2 insertions(+)
0228ad
0228ad
diff --git a/tests/command_tests.py b/tests/command_tests.py
0228ad
index fee6a33..b85b7dd 100644
0228ad
--- a/tests/command_tests.py
0228ad
+++ b/tests/command_tests.py
0228ad
@@ -519,6 +519,7 @@ class CommandTests(unittest.TestCase):
0228ad
         be.delete_entry()
0228ad
         self.assertFalse(exists(be._entry_path))
0228ad
 
0228ad
+    @unittest.skipIf(not have_root_lv(), "requires root LV")
0228ad
     def test_clone_entry_del_opts_and_re_add(self):
0228ad
         # Fedora 24 (Workstation Edition)
0228ad
 
0228ad
@@ -537,6 +538,7 @@ class CommandTests(unittest.TestCase):
0228ad
         # Assert it's back
0228ad
         self.assertTrue("rhgb quiet" in be2.options)
0228ad
 
0228ad
+    @unittest.skipIf(not have_root_lv(), "requires root LV")
0228ad
     def test_clone_entry_add_opts_and_re_del(self):
0228ad
         # Fedora 24 (Workstation Edition)
0228ad