Skip to content

Commit 7ab6542

Browse files
Disable ParallelCrash tests for OSX (#49041)
Tracking issue: #47096
1 parent 854cd48 commit 7ab6542

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/tests/issues.targets

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,16 @@
692692
</ExcludeList>
693693
</ItemGroup>
694694

695+
<!-- MacOS specific CoreCLR -->
696+
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetOS)' == 'OSX' and '$(RuntimeFlavor)' == 'coreclr'">
697+
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/simple/ParallelCrash/*">
698+
<Issue>https://github.com/dotnet/runtime/issues/47096</Issue>
699+
</ExcludeList>
700+
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/simple/ParallelCrashWorkerThreads/*">
701+
<Issue>https://github.com/dotnet/runtime/issues/47096</Issue>
702+
</ExcludeList>
703+
</ItemGroup>
704+
695705
<!-- MacOS arm64 specific -->
696706
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetOS)' == 'OSX' and '$(TargetArchitecture)' == 'arm64' and '$(RuntimeFlavor)' == 'coreclr'">
697707
<!-- Hard failures -->

0 commit comments

Comments
 (0)