Disable test that timeouts in outerloop (dotnet/coreclr#26892)
authorJarret Shook <jashoo@microsoft.com>
Wed, 25 Sep 2019 21:54:53 +0000 (14:54 -0700)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2019 21:54:53 +0000 (14:54 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/5475aa6989960476a99cb6ed7aef6262e5157efc

src/coreclr/tests/issues.targets

index 1277308..244dcf5 100644 (file)
@@ -62,6 +62,9 @@
         <ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/GitHub_7147/GitHub_7147/*">
             <Issue>26335</Issue>
         </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)/readytorun/DynamicMethodGCStress/DynamicMethodGCStress/*">
+            <Issue>timeout</Issue>
+        </ExcludeList>
     </ItemGroup>
 
     <!-- All Unix targets -->