Skip to content

Commit 366cd23

Browse files
author
Sergey Andreenko
authored
Disable a failing test. (#50160)
1 parent d1c2b2e commit 366cd23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/JIT/opt/Structs/structcopies.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<PropertyGroup>
66
<DebugType>None</DebugType>
77
<Optimize>True</Optimize>
8+
<!-- https://github.com/dotnet/runtime/issues/49954 -->
9+
<JitOptimizationSensitive>True</JitOptimizationSensitive>
810
</PropertyGroup>
911
<ItemGroup>
1012
<Compile Include="$(MSBuildProjectName).cs" />

0 commit comments

Comments
 (0)