Skip to content

Commit 2243dc2

Browse files
committed
Disable test
1 parent ebe669e commit 2243dc2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • src/tests/Loader/classloader/generics/Instantiation/Negative

src/tests/Loader/classloader/generics/Instantiation/Negative/param02.ilproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk.IL">
22
<PropertyGroup>
3+
<!-- Needed for CrossGenTest -->
4+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
35
<CLRTestPriority>1</CLRTestPriority>
6+
7+
<!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
8+
<CrossGenTest>false</CrossGenTest>
49
</PropertyGroup>
510
<ItemGroup>
611
<Compile Include="param02.il" />

0 commit comments

Comments
 (0)