Commit 4db1313 1 parent 2eb7679 commit 4db1313 Copy full SHA for 4db1313
File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -189,10 +189,11 @@ function test_nodejs_app() {
189
189
# Run package tests
190
190
echo " Running integration tests for package deployment."
191
191
192
- run_tests " nodejs-base-app" test_nodejs_app " true"
193
- run_tests " python-base-app" test_python_base_app " true"
194
- run_tests " python-dependency-app" test_python_dependency_app " true"
195
- run_tests " nodejs-dependency-app" test_nodejs_dependency_app " true"
192
+ # TODO: Parallel tests (uncomment true for deletion)
193
+ run_tests " nodejs-base-app" test_nodejs_app # "true"
194
+ run_tests " python-base-app" test_python_base_app # "true"
195
+ run_tests " python-dependency-app" test_python_dependency_app # "true"
196
+ run_tests " nodejs-dependency-app" test_nodejs_dependency_app # "true"
196
197
197
198
echo " Integration tests for package deployment passed without errors."
198
199
@@ -313,9 +314,11 @@ function test_simultaneous_deploy() {
313
314
done
314
315
}
315
316
317
+ # TODO: Parallel tests
318
+
316
319
# Run concurrent tests
317
- echo " Running simultaneous deployments test."
320
+ # echo "Running simultaneous deployments test."
318
321
319
- test_simultaneous_deploy
322
+ # test_simultaneous_deploy
320
323
321
- echo " Simultaneous deployments test tests completed."
324
+ # echo "Simultaneous deployments test tests completed."
You can’t perform that action at this time.
0 commit comments