Re-enable tracelogging test for crossgen2 (#40685)
authorDavid Wrighton <davidwr@microsoft.com>
Wed, 12 Aug 2020 00:50:06 +0000 (17:50 -0700)
committerGitHub <noreply@github.com>
Wed, 12 Aug 2020 00:50:06 +0000 (17:50 -0700)
It works now, and appears to have been fixed by a infra fix some time ago

src/coreclr/tests/issues.targets

index c3001db..7bdde0d 100644 (file)
         <ExcludeList Include="$(XunitTestBinBase)/Loader/binding/tracing/BinderTracingTest.Basic/*">
             <Issue>https://github.com/dotnet/runtime/issues/38290</Issue>
         </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)/tracing/tracevalidation/tracelogging/tracelogging/*">
-            <Issue>https://github.com/dotnet/runtime/issues/32728</Issue>
-        </ExcludeList>
     </ItemGroup>
 
     <!-- runtest.proj finds all the *.cmd/*.sh scripts in a test folder and creates corresponding test methods.