Skip to content

Commit

Permalink
Disable failing runtime test
Browse files Browse the repository at this point in the history
```
/Users/runner/work/1/s/src/tests/JIT/jit64/opt/rngchk/RngchkStress2.cs(527,796): error CS8078: An expression is too long or complex to compile [/Users/runner/work/1/s/src/tests/JIT/jit64/opt/rngchk/RngchkStress2_o.csproj] [/Users/runner/work/1/s/src/tests/build.proj]
```
Issue: #87879
  • Loading branch information
radical committed Jun 21, 2023
1 parent b0a7783 commit 4290c9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tests/JIT/jit64/jit64_3.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<MergedWrapperProjectReference Include="opt/**/*.??proj" />
<!-- Issue: https://github.com/dotnet/runtime/issues/87879 -->
<MergedWrapperProjectReference Remove="opt/rngchk/RngchkStress2*.??proj" />
</ItemGroup>

<Import Project="$(TestSourceDir)MergedTestRunner.targets" />
</Project>
</Project>

0 comments on commit 4290c9d

Please sign in to comment.