[PATCH 5/6] Temporarily disable a test that isn't working.

David Lehman dlehman at redhat.com
Tue Nov 11 21:32:52 UTC 2014


Related: rhbz#1162823
---
 tests/devicelibs_test/mdraid_test.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/devicelibs_test/mdraid_test.py b/tests/devicelibs_test/mdraid_test.py
index 1485cc0..bbf4f94 100755
--- a/tests/devicelibs_test/mdraid_test.py
+++ b/tests/devicelibs_test/mdraid_test.py
@@ -214,6 +214,7 @@ for l in levels:
         classname = "%sGrowTestCase" % l
         globals()[classname] = GrowTestCaseFactory.makeClass(classname, l)
 
+ at unittest.skip("temporarily disabled due to bug 1162823")
 class SimpleRaidTest(MDRaidAsRootTestCase):
 
     def __init__(self, methodName='runTest'):
-- 
1.9.3



More information about the anaconda-patches mailing list