Skip to content

Commit

Permalink
[Mono] Disabled failing tests on Mono Android and interpreter lanes t…
Browse files Browse the repository at this point in the history
…o keep CI green (#92728)

* Disabled failed tests

* Remove typo
  • Loading branch information
fanyang-mono committed Oct 5, 2023
1 parent ce655e3 commit 9dfbb61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2836,6 +2836,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/pauseonstart/**">
<Issue> needs triage </Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/tracing/runtimeeventsource/nativeruntimeeventsource/**">
<Issue>https://github.com/dotnet/runtime/issues/92727</Issue>
</ExcludeList>
</ItemGroup>


Expand Down Expand Up @@ -3455,6 +3458,9 @@
<ExcludeList Include="$(XunitTestBinBase)/Interop/DllImportSearchPaths/DllImportSearchPathsTest/**">
<Issue>https://github.com/dotnet/runtime/issues/91388</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/unhandled/unhandled/**">
<Issue>https://github.com/dotnet/runtime/issues/92723</Issue>
</ExcludeList>
</ItemGroup>

<ItemGroup Condition="'$(TargetOS)' == 'android' And '$(TargetArchitecture)' == 'arm64'">
Expand Down

0 comments on commit 9dfbb61

Please sign in to comment.