Skip to content

Commit a33b9d8

Browse files
authored
Disable a test for ilasm roundtripping (#71634)
1 parent 4222e69 commit a33b9d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/profiler/rejit/rejit.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
runincontext loads even framework assemblies into the unloadable
1313
context, locals in this loop prevent unloading -->
1414
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
15+
<!-- Different file names after roundtripping causes problems with this test -->
16+
<IlasmRoundTripIncompatible>true</IlasmRoundTripIncompatible>
1517
</PropertyGroup>
1618
<ItemGroup>
1719
<Compile Include="$(MSBuildProjectName).cs" />

0 commit comments

Comments
 (0)