We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9d823c + 099fa7d commit cae5eacCopy full SHA for cae5eac
TestFoundation/TestXMLDocument.swift
@@ -13,7 +13,8 @@ class TestXMLDocument : LoopbackServerTest {
13
return [
14
("test_basicCreation", test_basicCreation),
15
("test_nextPreviousNode", test_nextPreviousNode),
16
- ("test_xpath", test_xpath),
+ // Disabled because of https://bugs.swift.org/browse/SR-10098
17
+ // ("test_xpath", test_xpath),
18
("test_elementCreation", test_elementCreation),
19
("test_elementChildren", test_elementChildren),
20
("test_stringValue", test_stringValue),
0 commit comments