Disable Swift interop tests on macOS with Native AOT#98651
Disable Swift interop tests on macOS with Native AOT#98651kotlarmilos merged 1 commit intodotnet:mainfrom
Conversation
|
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsDescriptionThis PR disables failing Swift interop tests on macOS with Native AOT. The runtime support will be introduced in subsequent PRs.
|
|
I do not expect that this is going to disable the tests. Native aot is a flavor of CoreCLR. The tests on nativeaot should have been disabled by the existing My guess is that the |
|
Ok, I will check it. I believe that the |
Description
This PR disables failing Swift interop tests on macOS with Native AOT. The runtime support will be introduced in subsequent PRs.
Fixes #98611