Reenable a test which doesn't seem to fail any more. (#85576)
authorZoltan Varga <vargaz@gmail.com>
Mon, 1 May 2023 18:34:58 +0000 (20:34 +0200)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 18:34:58 +0000 (20:34 +0200)
Re: https://github.com/dotnet/runtime/pull/82663.

src/tests/issues.targets

index 25b5e94..d4b3f62 100644 (file)
@@ -66,9 +66,6 @@
         <ExcludeList Include="$(XunitTestBinBase)/GC/Regressions/Github/Runtime_76219/Runtime_76219/*">
             <Issue>https://github.com/dotnet/runtime/issues/78899</Issue>
         </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_82535/*">
-          <Issue>https://github.com/dotnet/runtime/pull/82663</Issue>
-        </ExcludeList>
     </ItemGroup>
 
     <!-- All Unix targets on all runtimes -->