Skip to content

Commit

Permalink
#73041 exclude Microsoft.CSharp.Tests for tvOS (#73061)
Browse files Browse the repository at this point in the history
The vast majority of tests are failing because it's trying to JIT and that is not supported on devices.
  • Loading branch information
mkhamoyan authored Aug 1, 2022
1 parent 73eb0cd commit 5582250
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@

<!-- Functional tests on devices have problems with return codes from mlaunch -->
<ProjectExclusions Include="$(RepoRoot)\src\tests\FunctionalTests\$(TargetOS)\Device\**\*.Test.csproj" />

<!-- https://github.com/dotnet/runtime/issues/73041 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.CSharp\tests\Microsoft.CSharp.Tests.csproj" />
</ItemGroup>

<!-- Excluding all tests for aot catalyst until building on helix works properly -->
Expand Down

0 comments on commit 5582250

Please sign in to comment.