Skip to content

Commit 49c2391

Browse files
committed
post review fixups
1 parent 337c4e5 commit 49c2391

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/functional/aws-node-sdk/test/versioning/objectCopy.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ describe('Object Version Copy', () => {
435435
assert.strictEqual(body, content);
436436
});
437437

438+
// skipping test as object level encryption is not implemented yet
438439
it.skip('should copy an object and change the server side encryption' +
439440
'option if server side encryption header provided', async () => {
440441
await s3.send(new CopyObjectCommand({ Bucket: destBucketName, Key: destObjName,
@@ -781,6 +782,8 @@ describe('Object Version Copy', () => {
781782
}
782783
});
783784

785+
// Skipping this test, because real AWS does not provide error as
786+
// expected
784787
it.skip('If-Match match & If-Modified-Since not match', async () => {
785788
await requestCopy({ CopySourceIfMatch: etagTrim, CopySourceIfModifiedSince: dateFromNow(1) });
786789
});

0 commit comments

Comments
 (0)