Skip to content

Commit 34880aa

Browse files
Add MultiModule test to issues.targets (#66289)
Hitting #66191 in the CI.
1 parent 3383c7f commit 34880aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,9 @@
923923

924924
<!-- NativeAOT specific -->
925925
<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>
926929
<ExcludeList Include="$(XunitTestBinBase)/baseservices/callconvs/TestCallingConventions/*">
927930
<Issue>https://github.com/dotnet/runtimelab/issues/153</Issue>
928931
</ExcludeList>

0 commit comments

Comments
 (0)