Skip to content

Commit 643c3ae

Browse files
committed
Update ignore list for bad protocol test
1 parent 67fa58a commit 643c3ae

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed
Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
2-
"rest-xml" : {
3-
"input" : {
4-
"NestedXmlMapWithXmlNameSerializes": {
5-
"description": "Smithy 1.52.0 did not include a fix to this test.",
6-
"engines": ["ox", "nokogiri", "rexml", "libxml", "oga"]
7-
}
8-
},
9-
"output" : {
2+
"rest-xml": {
3+
"output": {
104
"SimpleScalarPropertiesComplexEscapes": {
115
"description": "OxEngine does not handle all escape cases but other engines supports it",
126
"engines": ["ox"]
@@ -16,5 +10,13 @@
1610
"engines": ["nokogiri"]
1711
}
1812
}
13+
},
14+
"rest-xmlns": {
15+
"input" : {
16+
"XmlNamespaceSimpleScalarProperties": {
17+
"description": "Smithy 1.56.0 added a broken test case for XML namespaces",
18+
"engines": ["ox", "nokogiri", "rexml", "libxml", "oga"]
19+
}
20+
}
1921
}
2022
}

0 commit comments

Comments
 (0)