Skip to content

Commit

Permalink
[NAOT] disable TrimmingBehaviors smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matouskozak committed Mar 25, 2024
1 parent e42239a commit e0f9279
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 @@ -3127,6 +3127,12 @@
</ExcludeList>
</ItemGroup>

<!-- Mobile NativeAOT using Mono runtime -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(RuntimeFlavor)' == 'mono' and '$(TestBuildMode)' == 'nativeaot'">
<ExcludeList Include = "$(XunitTestBinBase)/nativeaot/SmokeTests/TrimmingBehaviors/**">
<Issue>https://github.com/dotnet/runtime/issues/100226</Issue>
</ExcludeList>

<ItemGroup Condition="'$(TargetArchitecture)' == 'wasm'">
<ExcludeList Include = "$(XunitTestBinBase)/baseservices/exceptions/unhandled/unhandled/**">
<Issue>System.Diagnostics.Process is not supported</Issue>
Expand Down

0 comments on commit e0f9279

Please sign in to comment.