Skip to content

Commit 4290c9d

Browse files
committed
Disable failing runtime test
``` /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
1 parent b0a7783 commit 4290c9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tests/JIT/jit64/jit64_3.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
33
<MergedWrapperProjectReference Include="opt/**/*.??proj" />
4+
<!-- Issue: https://github.com/dotnet/runtime/issues/87879 -->
5+
<MergedWrapperProjectReference Remove="opt/rngchk/RngchkStress2*.??proj" />
46
</ItemGroup>
57

68
<Import Project="$(TestSourceDir)MergedTestRunner.targets" />
7-
</Project>
9+
</Project>

0 commit comments

Comments
 (0)