Skip to content

Commit

Permalink
removing excludes since 47096 is fixed. (dotnet#56727)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangod9 committed Aug 2, 2021
1 parent f0d1a8b commit 077db00
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -719,16 +719,6 @@
</ExcludeList>
</ItemGroup>

<!-- MacOS specific CoreCLR -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetOS)' == 'OSX' and '$(RuntimeFlavor)' == 'coreclr'">
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/simple/ParallelCrash/*">
<Issue>https://github.com/dotnet/runtime/issues/47096</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/simple/ParallelCrashWorkerThreads/*">
<Issue>https://github.com/dotnet/runtime/issues/47096</Issue>
</ExcludeList>
</ItemGroup>

<!-- Tests that need to be triaged for vararg usage as that is not supported -->
<!-- Note these will only be excluded for unix platforms on all runtimes -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetsWindows)' != 'true' ">
Expand Down

0 comments on commit 077db00

Please sign in to comment.