Skip to content

Commit

Permalink
Update test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jan 16, 2025
1 parent 4f5de39 commit 3cb91f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -319,13 +319,13 @@ function test_simultaneous_deploy() {
# Run concurrent tests
echo "Running simultaneous deployments test."

if [[ "${TEST_FAAS_STARTUP_DEPLOY}" == "true" ]]; then
test_simultaneous_deploy
test_simultaneous_deploy

echo "Simultaneous deployments test tests completed."

# Delete all deployed apps after tests complete
# Delete all deployed apps after tests complete
if [[ "${TEST_FAAS_STARTUP_DEPLOY}" == "true" ]]; then
for i in "${!DEPLOYED_APPS[@]}"; do
delete_functionality "${DEPLOYED_APPS[$i]}" "${DEPLOYED_PREFIXES[$i]}"
done
fi

echo "Simultaneous deployments test tests completed."

0 comments on commit 3cb91f7

Please sign in to comment.