Skip to content

Commit f928e99

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"test_legacy_location": "CI=true S3QUOTA=scuba S3_LOCATION_FILE=tests/locationConfig/locationConfigLegacy.json S3BACKEND=mem mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json --recursive tests/unit --exit",
135135
"test_utapi_v2": "mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json --recursive tests/utapi --exit",
136136
"test_sur": "mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json --recursive tests/sur --exit",
137-
"multiple_backend_test": "CI=true S3BACKEND=mem S3METADATA=mem S3DATA=multiple mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json -t 20000 --recursive tests/multipleBackend --exit",
137+
"multiple_backend_test": "CI=true S3BACKEND=mem S3METADATA=mem S3DATA=multiple mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json -t 20000 --recursive tests/multipleBackend/multipartUpload.js --exit",
138138
"cover": "nyc --clean --silent yarn run",
139139
"postcover": "nyc report --report-dir ./coverage/test --reporter=lcov"
140140
}

tests/multipleBackend/multipartUpload.js

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

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

342342
beforeEach(done => {

0 commit comments

Comments
 (0)