Reenable 48786 (#54028)
authorSteve MacLean <Steve.MacLean@microsoft.com>
Fri, 11 Jun 2021 18:11:28 +0000 (14:11 -0400)
committerGitHub <noreply@github.com>
Fri, 11 Jun 2021 18:11:28 +0000 (14:11 -0400)
Reenable tests disabled for issue 48786

This should be fixed now that we have moved to crossgen2

src/tests/issues.targets

index 55d5e78..f2f7bd6 100644 (file)
         </ExcludeList>
     </ItemGroup>
 
-    <!-- MacOS arm64 specific -->
-    <ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetOS)' == 'OSX' and '$(TargetArchitecture)' == 'arm64' and '$(RuntimeFlavor)' == 'coreclr'">
-        <!-- Tracing failures -->
-        <ExcludeList Include="$(XunitTestBinBase)/tracing/eventpipe/eventsourceerror/eventsourceerror/*">
-            <Issue>https://github.com/dotnet/runtime/issues/48786</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' ">