From 4290c9d4599a63a6b3ed6ac03ba16b4d18da45c5 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Wed, 21 Jun 2023 16:24:49 -0400 Subject: [PATCH] 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: https://github.com/dotnet/runtime/issues/87879 --- src/tests/JIT/jit64/jit64_3.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tests/JIT/jit64/jit64_3.csproj b/src/tests/JIT/jit64/jit64_3.csproj index e1067b1150310..d002738a5f17b 100644 --- a/src/tests/JIT/jit64/jit64_3.csproj +++ b/src/tests/JIT/jit64/jit64_3.csproj @@ -1,7 +1,9 @@ + + - \ No newline at end of file +