reenable a disabled test (#56841)
authorManish Godse <61718172+mangod9@users.noreply.github.com>
Wed, 4 Aug 2021 20:15:18 +0000 (13:15 -0700)
committerGitHub <noreply@github.com>
Wed, 4 Aug 2021 20:15:18 +0000 (22:15 +0200)
Now that a few intermittent issues have been fixed enabling this again.

src/tests/issues.targets

index 0912005..089beb7 100644 (file)
@@ -8,9 +8,6 @@
         <ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/GitHub_22888/test22888/*">
             <Issue>https://github.com/dotnet/runtime/issues/13703</Issue>
         </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/GitHub_45929/test45929/*">
-            <Issue>https://github.com/dotnet/runtime/issues/49881</Issue>
-        </ExcludeList>
     </ItemGroup>
 
     <!-- All OS/Arch CoreCLR excludes -->