Skip to content

Commit 58b6bcc

Browse files
author
Steve Pfister
committed
Since we had a good run, turn on all tests
1 parent 592b817 commit 58b6bcc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/libraries/tests.proj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,9 @@
1919

2020
<ItemGroup>
2121
<!-- We currently only test with C# projects. -->
22-
<!-- Only want to test one test on android until helix stabilizes -->
23-
<ProjectReference Include="$(MSBuildThisFileDirectory)System.Buffers\tests\System.Buffers.Tests.csproj"
24-
Exclude="@(ProjectExclusions)"
25-
Condition="'$(BuildAllConfigurations)' != 'true' and '$(TargetOS)' == 'Android'" />
2622
<ProjectReference Include="$(MSBuildThisFileDirectory)*\tests\**\*.Tests.csproj"
2723
Exclude="@(ProjectExclusions)"
28-
Condition="'$(BuildAllConfigurations)' != 'true' and '$(TargetOS)' != 'Android'" />
24+
Condition="'$(BuildAllConfigurations)' != 'true'" />
2925
<ProjectReference Include="$(MSBuildThisFileDirectory)pkg\test\testPackages.proj"
3026
Condition="'$(BuildAllConfigurations)' == 'true'" />
3127
</ItemGroup>

0 commit comments

Comments
 (0)