Skip to content

Commit 0c8dd8a

Browse files
authored
Merge pull request #2230 from brentdax/xfail-xmldoc
XFAIL TestXMLDocument.test_validation_success()
2 parents 95b8e5c + 7de3353 commit 0c8dd8a

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
@@ -24,7 +24,8 @@ class TestXMLDocument : LoopbackServerTest {
2424
("test_processingInstruction", test_processingInstruction),
2525
("test_parseXMLString", test_parseXMLString),
2626
("test_prefixes", test_prefixes),
27-
("test_validation_success", test_validation_success),
27+
/* ⚠️ */ ("test_validation_success", testExpectedToFail(test_validation_success,
28+
/* ⚠️ */ #"<https://bugs.swift.org/browse/SR-10643> Could not build URI for external subset "http://127.0.0.1:-2/DTDs/PropertyList-1.0.dtd""#)),
2829
("test_validation_failure", test_validation_failure),
2930
("test_dtd", test_dtd),
3031
("test_documentWithDTD", test_documentWithDTD),

0 commit comments

Comments
 (0)