Disabling test against issue 6553 (#6895)
authorJan Kotas <jkotas@microsoft.com>
Wed, 24 Aug 2016 20:14:05 +0000 (13:14 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Aug 2016 20:14:05 +0000 (13:14 -0700)
tests/issues.targets

index 6863c78..d39e389 100644 (file)
         <ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\int64\superlong\_il_relsuperlong\_il_relsuperlong.cmd">
              <Issue>6778</Issue>
         </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\GC\Scenarios\DoublinkList\dlstack\*">
+             <Issue>6553</Issue>
+        </ExcludeList>
     </ItemGroup>
     
     <!-- Tests that need to be triaged for vararg usage as that is not supported -->