diff --git a/build_tools/run_ci_db_test.ps1 b/build_tools/run_ci_db_test.ps1 index c646f194e..2e2b679da 100644 --- a/build_tools/run_ci_db_test.ps1 +++ b/build_tools/run_ci_db_test.ps1 @@ -299,7 +299,7 @@ if($Rerun.Count -gt 0) { Write-Host "Rerunning " ($Rerun.Count) " tests sequentially" $success = $true $count = 0 - RunJobs -TestToLog $Rerun -ConcurrencyVal $Concurrency -AddForRerun $false + RunJobs -TestToLog $Rerun -ConcurrencyVal 1 -AddForRerun $false } Get-Date