mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Skip XincludeTest entirely instead of just ignoring failures, because it may segfault, depending on the order of running tests
This commit is contained in:
parent
27cbb19ae5
commit
307693a8bb
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue