Failed tests must be rerun with concurrency 1
This commit is contained in:
parent
9b8c9be0b5
commit
2a0510c9f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user