Skip to content

Commit

Permalink
[mono][ios] Disable exceptions unhandled runtime test on apple mobile…
Browse files Browse the repository at this point in the history
… platforms (#91790)

* Disable unsupported test

* Fix test path
  • Loading branch information
kotlarmilos authored Sep 8, 2023
1 parent 7d399f6 commit ce6c4d1
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 @@ -3705,6 +3705,9 @@
<ExcludeList Include="$(XunitTestBinBase)/Loader/CustomAttributes/**">
<Issue>Dynamic code generation is not supported on this platform</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/baseservices/exceptions/unhandled/**">
<Issue>System.Diagnostics.Process is not supported</Issue>
</ExcludeList>
</ItemGroup>

<ItemGroup Condition="'$(TargetArchitecture)' == 'wasm' or '$(TargetsMobile)' == 'true'">
Expand Down

0 comments on commit ce6c4d1

Please sign in to comment.