Skip to content

Commit

Permalink
Remove helix xunit reporter from test runs (dotnet#48132)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Feb 11, 2021
1 parent cb5431d commit 316cafc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/libraries/sendtohelixhelp.proj
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
<_workItemTimeout Condition="'$(Scenario)' == '' and '$(_workItemTimeout)' == ''">00:15:00</_workItemTimeout>
<_workItemTimeout Condition="'$(Scenario)' != '' and '$(_workItemTimeout)' == ''">00:30:00</_workItemTimeout>

<!-- We need to enable xunit reporter so that it parses test results
Package testing doesn't run on xunit. -->
<EnableXunitReporter Condition="'$(TestPackages)' != 'true'">true</EnableXunitReporter>

<!-- The Helix runtime payload and the tests to run -->
<!-- TestArchiveRuntimeFile will be passed as a property by the calling project -->
<HelixCorrelationPayload Condition="'$(HelixCorrelationPayload)' == ''">$(TestArchiveRuntimeFile)</HelixCorrelationPayload>
Expand Down
1 change: 0 additions & 1 deletion src/tests/Common/helixpublishwitharcade.proj
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@
<PropertyGroup>
<EnableAzurePipelinesReporter>$(PublishTestResults)</EnableAzurePipelinesReporter>
<EnableAzurePipelinesReporter Condition=" '$(EnableAzurePipelinesReporter)' == '' ">false</EnableAzurePipelinesReporter>
<EnableXUnitReporter>true</EnableXUnitReporter>
<FailOnMissionControlTestFailure>true</FailOnMissionControlTestFailure>
<FailOnWorkItemFailure>true</FailOnWorkItemFailure>
<HelixArchitecture>$(TargetArchitecture)</HelixArchitecture>
Expand Down

0 comments on commit 316cafc

Please sign in to comment.