Skip to content

Commit 099fa7d

Browse files
committed
Disable TestXMLDocument.test_xpath which crashes sometimes in CI
Test Case 'TestXMLDocument.test_xpath' started at 2019-03-29 17:27:41.139 0% tests passed, 1 tests failed out of 1 Total Test time (real) = 23.90 sec The following tests FAILED: 1 - TestFoundation (SEGFAULT) https://bugs.swift.org/browse/SR-10098
1 parent c9d823c commit 099fa7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TestFoundation/TestXMLDocument.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ class TestXMLDocument : LoopbackServerTest {
1313
return [
1414
("test_basicCreation", test_basicCreation),
1515
("test_nextPreviousNode", test_nextPreviousNode),
16-
("test_xpath", test_xpath),
16+
// Disabled because of https://bugs.swift.org/browse/SR-10098
17+
// ("test_xpath", test_xpath),
1718
("test_elementCreation", test_elementCreation),
1819
("test_elementChildren", test_elementChildren),
1920
("test_stringValue", test_stringValue),

0 commit comments

Comments
 (0)