We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3383c7f commit 34880aaCopy full SHA for 34880aa
src/tests/issues.targets
@@ -923,6 +923,9 @@
923
924
<!-- NativeAOT specific -->
925
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'">
926
+ <ExcludeList Include="$(XunitTestBinBase)/nativeaot/SmokeTests/MultiModule/MultiModule/*">
927
+ <Issue>https://github.com/dotnet/runtime/issues/66191</Issue>
928
+ </ExcludeList>
929
<ExcludeList Include="$(XunitTestBinBase)/baseservices/callconvs/TestCallingConventions/*">
930
<Issue>https://github.com/dotnet/runtimelab/issues/153</Issue>
931
</ExcludeList>
0 commit comments