From 9c4c71eeb2734d59cd755f2dd67d9cd618d0beea Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Tue, 20 Oct 2020 23:14:36 -0700 Subject: [PATCH] Restore retry on integration tests The retry mechanism on integration tests is predicated on not having the `--html` option passed to RunTests. PR #48686 changed it to be unconditionally passed which ended up breaking retry. Undoing the unconditional passing of `--html` to fix retry. --- eng/build.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/build.ps1 b/eng/build.ps1 index 0a66d72d50814..eb070b8b875c8 100644 --- a/eng/build.ps1 +++ b/eng/build.ps1 @@ -358,7 +358,6 @@ function TestUsingOptimizedRunner() { $args += " --logs `"$LogDir`"" $args += " --secondaryLogs `"$secondaryLogDir`"" $args += " --tfm net472" - $args += " --html" if ($testDesktop -or $testIOperation) { if ($test32) {