Skip to content

Commit e8328f4

Browse files
committed
chore(protocol_tests): enable SimpleScalarPropertiesPureWhiteSpace
1 parent 65660d1 commit e8328f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocol_tests/aws-restxml/tests/functional/restxml.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3780,7 +3780,7 @@ it("SimpleScalarPropertiesWithWhiteSpace:Request", async () => {
37803780
/**
37813781
* Serializes string containing exclusively whitespace
37823782
*/
3783-
it.skip("SimpleScalarPropertiesPureWhiteSpace:Request", async () => {
3783+
it("SimpleScalarPropertiesPureWhiteSpace:Request", async () => {
37843784
const client = new RestXmlProtocolClient({
37853785
...clientParams,
37863786
requestHandler: new RequestSerializationTestHandler(),
@@ -4203,7 +4203,7 @@ it("SimpleScalarPropertiesWithWhiteSpace:Response", async () => {
42034203
/**
42044204
* Serializes string containing white space
42054205
*/
4206-
it.skip("SimpleScalarPropertiesPureWhiteSpace:Response", async () => {
4206+
it("SimpleScalarPropertiesPureWhiteSpace:Response", async () => {
42074207
const client = new RestXmlProtocolClient({
42084208
...clientParams,
42094209
requestHandler: new ResponseDeserializationTestHandler(

0 commit comments

Comments
 (0)