Skip to content

Commit

Permalink
Disable image-backed unit tests temporarily.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dwlehman committed Jul 29, 2015
1 parent 150713a commit 8ac3ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/imagebackedtestcase.py
Expand Up @@ -7,6 +7,7 @@
from blivet.size import Size
from blivet.flags import flags

@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):
Expand Down

0 comments on commit 8ac3ca2

Please sign in to comment.