Skip to content

Commit

Permalink
remove parellel
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Aug 22, 2024
1 parent 9645060 commit 69036d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/integration_tests/run_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function run_e2e_tests_for_hns_bucket(){
echo "Hns Bucket Created: "$hns_bucket_name

echo "Running tests for HNS bucket"
run_parallel_tests TEST_DIR_HNS_GROUP "$hns_bucket_name" &
run_non_parallel_tests TEST_DIR_HNS_GROUP "$hns_bucket_name"
parallel_tests_hns_group_pid=$?

# Wait for all tests to complete.
Expand Down

0 comments on commit 69036d9

Please sign in to comment.