Skip to content

Commit 0d9d93f

Browse files
committed
test(aws-protocoltests-restjson): skip RestJsonInputAndOutputWithTimestampHeaders
1 parent 279a3ff commit 0d9d93f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

private/aws-protocoltests-restjson/test/functional/restjson1.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3094,7 +3094,7 @@ it("RestJsonInputAndOutputWithBooleanHeaders:Request", async () => {
30943094
/**
30953095
* Tests requests with timestamp header bindings
30963096
*/
3097-
it("RestJsonInputAndOutputWithTimestampHeaders:Request", async () => {
3097+
it.skip("RestJsonInputAndOutputWithTimestampHeaders:Request", async () => {
30983098
const client = new RestJsonProtocolClient({
30993099
...clientParams,
31003100
requestHandler: new RequestSerializationTestHandler(),
@@ -3438,7 +3438,7 @@ it("RestJsonInputAndOutputWithBooleanHeaders:Response", async () => {
34383438
/**
34393439
* Tests responses with timestamp header bindings
34403440
*/
3441-
it("RestJsonInputAndOutputWithTimestampHeaders:Response", async () => {
3441+
it.skip("RestJsonInputAndOutputWithTimestampHeaders:Response", async () => {
34423442
const client = new RestJsonProtocolClient({
34433443
...clientParams,
34443444
requestHandler: new ResponseDeserializationTestHandler(true, 200, {

0 commit comments

Comments
 (0)