File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ const awsLocation2 = 'awsbackend2';
33
33
const awsLocationMismatch = 'awsbackendmismatch' ;
34
34
const partETag = 'be747eb4b75517bf6b3cf7c5fbb62f3a' ;
35
35
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;
37
38
38
39
function getSourceAndDestKeys ( ) {
39
40
const timestamp = Date . now ( ) ;
@@ -175,7 +176,7 @@ function assertPartList(partList, uploadId) {
175
176
}
176
177
177
178
// TODO CLDSRV-431 remove skip
178
- //describeSkipIfE2E('ObjectCopyPutPart API with multiple backends',
179
+ // describeSkipIfE2E('ObjectCopyPutPart API with multiple backends',
179
180
describe . skip ( 'ObjectCopyPutPart API with multiple backends' ,
180
181
function testSuite ( ) {
181
182
this . timeout ( 60000 ) ;
You can’t perform that action at this time.
0 commit comments