[master 4/5] Disable image-backed unit tests temporarily.

dwlehman installerbot-noreply at redhat.com
Wed Jul 29 14:32:10 UTC 2015


From: David Lehman <dlehman at redhat.com>

They are prone to breaking and leaving a mess on the test system.
They should be converted to use a vm to eliminate tainting (or being
tainted by) other tests.
---
 tests/imagebackedtestcase.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/imagebackedtestcase.py b/tests/imagebackedtestcase.py
index 322e781..aa4040b 100644
--- a/tests/imagebackedtestcase.py
+++ b/tests/imagebackedtestcase.py
@@ -7,6 +7,7 @@
 from blivet.size import Size
 from blivet.flags import flags
 
+ at unittest.skip("disabled until it can be converted to run in a vm")
 @unittest.skipUnless(os.environ.get("JENKINS_HOME"), "jenkins only test")
 @unittest.skipUnless(os.geteuid() == 0, "requires root access")
 class ImageBackedTestCase(unittest.TestCase):


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/8ac3ca27e5aaccc17e1794b42f8116da6c36ea69


More information about the anaconda-patches mailing list