Skip to content

Commit

Permalink
NativeAOT Re-enable Linux System.Reflection tests after fix (#71664)
Browse files Browse the repository at this point in the history
  • Loading branch information
Beau-Gosse-dev authored Jul 6, 2022
1 parent d26ad8e commit 465fbed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,7 @@

<ItemGroup Condition="'$(TestNativeAot)' == 'true'">
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Collections\tests\System.Collections.Tests.csproj" />
<!-- Remove the condition after fix, https://github.com/dotnet/runtime/issues/70010 -->
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Reflection\tests\System.Reflection.Tests.csproj"
Condition="'$(TargetOS)' == 'windows'" />
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Reflection\tests\System.Reflection.Tests.csproj" />
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Runtime\tests\System.Runtime.Tests.csproj" />
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.IO.Compression\tests\System.IO.Compression.Tests.csproj" />
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.IO.FileSystem\tests\System.IO.FileSystem.Tests.csproj" />
Expand Down

0 comments on commit 465fbed

Please sign in to comment.