Skip to content

Commit 9dfbb61

Browse files
authored
[Mono] Disabled failing tests on Mono Android and interpreter lanes to keep CI green (#92728)
* Disabled failed tests * Remove typo
1 parent ce655e3 commit 9dfbb61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/issues.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2836,6 +2836,9 @@
28362836
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/pauseonstart/**">
28372837
<Issue> needs triage </Issue>
28382838
</ExcludeList>
2839+
<ExcludeList Include = "$(XunitTestBinBase)/tracing/runtimeeventsource/nativeruntimeeventsource/**">
2840+
<Issue>https://github.com/dotnet/runtime/issues/92727</Issue>
2841+
</ExcludeList>
28392842
</ItemGroup>
28402843

28412844

@@ -3455,6 +3458,9 @@
34553458
<ExcludeList Include="$(XunitTestBinBase)/Interop/DllImportSearchPaths/DllImportSearchPathsTest/**">
34563459
<Issue>https://github.com/dotnet/runtime/issues/91388</Issue>
34573460
</ExcludeList>
3461+
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/unhandled/unhandled/**">
3462+
<Issue>https://github.com/dotnet/runtime/issues/92723</Issue>
3463+
</ExcludeList>
34583464
</ItemGroup>
34593465

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

0 commit comments

Comments
 (0)