Skip XincludeTest entirely instead of just ignoring failures, because it may segfault, depending on the order of running tests

This commit is contained in:
Eli Bendersky 2012-06-15 09:40:44 +03:00
parent 27cbb19ae5
commit 307693a8bb
1 changed files with 1 additions and 1 deletions

View File

@ -2011,8 +2011,8 @@ class TreeBuilderTest(unittest.TestCase):
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'))
@unittest.skip('Unstable due to module monkeypatching')
class XincludeTest(unittest.TestCase):
@unittest.expectedFailure
def test_xinclude_default(self):
from xml.etree import ElementInclude
doc = xinclude_loader('default.xml')