Skip to content

Commit

Permalink
enable OOB tests
Browse files Browse the repository at this point in the history
Issue: ZENKO-4414
  • Loading branch information
Kerkesni committed Jan 22, 2025
1 parent a02ae52 commit e55f65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zenko_tests/node_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"test_operator": "mocha --tags ${MOCHA_TAGS} --exit -t 10000 --reporter mocha-multi-reporters --reporter-options configFile=config.json ./init_test.js",
"test_smoke": "mocha --tags ${MOCHA_TAGS} --exit -t 10000 --reporter mocha-multi-reporters --reporter-options configFile=config.json --recursive smoke_tests",
"test_iam_policies": "mocha --tags ${MOCHA_TAGS} --exit -t 15000 --reporter mocha-multi-reporters --reporter-options configFile=config.json --recursive iam_policies",
"test_all_extensions": "run-p --aggregate-output test_aws_crr test_expiration test_transition",
"test_all_extensions": "run-p --aggregate-output test_aws_crr test_expiration test_transition test_ingestion_oob_s3c",
"test_object_api": "mocha --tags ${MOCHA_TAGS} --exit -t 10000 --reporter mocha-multi-reporters --reporter-options configFile=config.json --recursive cloudserver/keyFormatVersion/tests",
"lint": "eslint $(find . -name '*.js' -not -path '*/node_modules/*')"
},
Expand Down

0 comments on commit e55f65d

Please sign in to comment.