Skip to content

Commit 2564449

Browse files
authored
[mono] Disable new test running on AOT. (#62335)
* Disable test running on AOT.
1 parent e4faf19 commit 2564449

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2341,6 +2341,9 @@
23412341
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventcounter/**">
23422342
<Issue> needs triage </Issue>
23432343
</ExcludeList>
2344+
<ExcludeList Include = "$(XunitTestBinBase)/Loader/classloader/DefaultInterfaceMethods/regressions/github60486/**">
2345+
<Issue>https://github.com/dotnet/runtime/issues/62334</Issue>
2346+
</ExcludeList>
23442347
</ItemGroup>
23452348

23462349
<ItemGroup Condition="'$(RuntimeFlavor)' == 'mono' and ('$(RuntimeVariant)' == 'llvmfullaot' or '$(RuntimeVariant)' == 'llvmaot') and '$(TargetArchitecture)' == 'arm64'">

0 commit comments

Comments
 (0)