Skip to content

Commit

Permalink
[mono] Disable new test running on AOT. (#62335)
Browse files Browse the repository at this point in the history
* Disable test running on AOT.
  • Loading branch information
thaystg committed Dec 3, 2021
1 parent e4faf19 commit 2564449
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2341,6 +2341,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventcounter/**">
<Issue> needs triage </Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/Loader/classloader/DefaultInterfaceMethods/regressions/github60486/**">
<Issue>https://github.com/dotnet/runtime/issues/62334</Issue>
</ExcludeList>
</ItemGroup>

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

0 comments on commit 2564449

Please sign in to comment.