Skip to content

Instantly share code, notes, and snippets.

@spevans
Created March 30, 2021 08:25
Show Gist options
  • Save spevans/a7306641613a6531b1e977f321ea7bbb to your computer and use it in GitHub Desktop.
Save spevans/a7306641613a6531b1e977f321ea7bbb to your computer and use it in GitHub Desktop.
patch
diff --git a/Tests/Foundation/Tests/TestXMLDocument.swift b/Tests/Foundation/Tests/TestXMLDocument.swift
index e513052f..37d0e325 100644
--- a/Tests/Foundation/Tests/TestXMLDocument.swift
+++ b/Tests/Foundation/Tests/TestXMLDocument.swift
@@ -732,7 +732,7 @@ class TestXMLDocument : LoopbackServerTest {
("test_stringValue", test_stringValue),
("test_objectValue", test_objectValue),
("test_attributes", test_attributes),
- ("test_attributesWithNamespace", test_attributesWithNamespace),
+ /* ⚠️ */ ("test_attributesWithNamespace", testExpectedToFail(test_attributesWithNamespace, "Exposes underlying memory issues")),
("test_comments", test_comments),
("test_processingInstruction", test_processingInstruction),
("test_parseXMLString", test_parseXMLString),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment