Skip to content

Commit

Permalink
Temporarily enable running System.Diagnostics.Process.Tests for this PR
Browse files Browse the repository at this point in the history
This reverts commit 02d370c.
  • Loading branch information
simonrozsival committed Dec 3, 2021
1 parent 0db6178 commit dc72f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@

<ItemGroup Condition="'$(RunSmokeTestsOnly)' == 'true'">
<ProjectReference Include="$(MSBuildThisFileDirectory)System.Runtime\tests\System.Runtime.Tests.csproj" />
<ProjectReference Include="$(MSBuildThisFileDirectory)System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(RunSmokeTestsOnly)' != 'true'">
Expand Down

0 comments on commit dc72f0f

Please sign in to comment.