Reenable tests turned off in dotnet/coreclr#24772
authorJuan Sebastian Hoyos Ayala <juan.hoyos@microsoft.com>
Thu, 30 May 2019 18:16:00 +0000 (18:16 +0000)
committerAndrew Au <cshung@gmail.com>
Mon, 3 Jun 2019 15:46:19 +0000 (08:46 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/bfe34f5b7820452d00b1ec30d803a280decd5cb3

src/coreclr/tests/issues.targets

index d926ccd..f7c055e 100644 (file)
         <ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/GitHub_19601/Github_19601/*">
             <Issue>Needs Triage</Issue>
         </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)/tracing/eventsource/**/*">
-            <Issue>Failing on alpine, being tracked by #24772</Issue>
-        </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)/tracing/tracevalidation/**/*">
-            <Issue>Failing on alpine, being tracked by #24772</Issue>
-        </ExcludeList>
     </ItemGroup>
 
     <!-- Unix arm64 specific -->