Skip to content

Commit 9f753af

Browse files
author
Will Toozs
committed
lint
1 parent c214bb8 commit 9f753af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/multipleBackend/objectPutCopyPart.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ const awsLocation2 = 'awsbackend2';
3333
const awsLocationMismatch = 'awsbackendmismatch';
3434
const partETag = 'be747eb4b75517bf6b3cf7c5fbb62f3a';
3535

36-
const describeSkipIfE2E = process.env.S3_END_TO_END ? describe.skip : describe;
36+
// TODO CLDSRV-431 reenable
37+
// const describeSkipIfE2E = process.env.S3_END_TO_END ? describe.skip : describe;
3738

3839
function getSourceAndDestKeys() {
3940
const timestamp = Date.now();
@@ -175,7 +176,7 @@ function assertPartList(partList, uploadId) {
175176
}
176177

177178
// TODO CLDSRV-431 remove skip
178-
//describeSkipIfE2E('ObjectCopyPutPart API with multiple backends',
179+
// describeSkipIfE2E('ObjectCopyPutPart API with multiple backends',
179180
describe.skip('ObjectCopyPutPart API with multiple backends',
180181
function testSuite() {
181182
this.timeout(60000);

0 commit comments

Comments
 (0)