Skip to content

Commit 84e43ac

Browse files
committed
fixup s3c-ft-test failure
1 parent 8ba09a8 commit 84e43ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/multipleBackend/multipartUpload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ function abortMultipleMpus(backendsInfo, callback) {
336336
});
337337
}
338338

339-
describe('Multipart Upload API with AWS Backend', function mpuTestSuite() {
339+
describe.only('Multipart Upload API with AWS Backend', function mpuTestSuite() {
340340
this.timeout(60000);
341341

342342
beforeEach(done => {
@@ -350,7 +350,7 @@ describe('Multipart Upload API with AWS Backend', function mpuTestSuite() {
350350
cleanup();
351351
});
352352

353-
it.only('should initiate a multipart upload on real AWS', done => {
353+
it('should initiate a multipart upload on real AWS', done => {
354354
const objectKey = `key-${Date.now()}`;
355355
const initiateRequest = {
356356
bucketName,

0 commit comments

Comments
 (0)