Skip to content

Commit

Permalink
Restore retry on integration tests
Browse files Browse the repository at this point in the history
The retry mechanism on integration tests is predicated on not having the
`--html` option passed to RunTests. PR dotnet#48686 changed it to be
unconditionally passed which ended up breaking retry. Undoing the
unconditional passing of `--html` to fix retry.
  • Loading branch information
jaredpar committed Oct 21, 2020
1 parent c333645 commit 9c4c71e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ function TestUsingOptimizedRunner() {
$args += " --logs `"$LogDir`""
$args += " --secondaryLogs `"$secondaryLogDir`""
$args += " --tfm net472"
$args += " --html"

if ($testDesktop -or $testIOperation) {
if ($test32) {
Expand Down

0 comments on commit 9c4c71e

Please sign in to comment.