Compare commits

...

1 Commits

Author SHA1 Message Date
Rahul Padigela 3ec50ece15 bugfix: ZENKO-2032 unskip and remove redundant test run 2019-07-31 18:42:43 -07:00
2 changed files with 2 additions and 3 deletions

View File

@ -204,8 +204,7 @@ stages:
source /root/.aws/exports &> /dev/null source /root/.aws/exports &> /dev/null
set -ex set -ex
bash wait_for_local_port.bash 8000 40 bash wait_for_local_port.bash 8000 40
npm run multiple_backend_test npm run multiple_backend_test"
npm run ft_awssdk_external_backends"
<<: *follow-s3-log <<: *follow-s3-log
env: env:
<<: *multiple-backend-vars <<: *multiple-backend-vars

View File

@ -73,7 +73,7 @@ function awsGetCheck(objectKey, s3MD5, awsMD5, location, cb) {
}); });
} }
describe.only('MultipleBackend put object', function testSuite() { describe('MultipleBackend put object', function testSuite() {
this.timeout(250000); this.timeout(250000);
withV4(sigCfg => { withV4(sigCfg => {
beforeEach(() => { beforeEach(() => {