Commit d81b6906 authored by Eli Bendersky's avatar Eli Bendersky

Skip XincludeTest entirely instead of just ignoring failures, because it may...

Skip XincludeTest entirely instead of just ignoring failures, because it may segfault, depending on the order of running tests
parent d3f524ec
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment