Disable GitHub_15291.cmd for x86
authorBruce Forstall <brucefo@microsoft.com>
Mon, 18 Dec 2017 20:16:02 +0000 (12:16 -0800)
committerBruce Forstall <brucefo@microsoft.com>
Mon, 18 Dec 2017 20:16:02 +0000 (12:16 -0800)
It fails under MinOpts. Disable until it is fixed.

Tracked with #15566.

tests/issues.targets

index 6a369e4..b11ccc0 100644 (file)
         <ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\JitBlue\DevDiv_255294\DevDiv_255294\DevDiv_255294.cmd">
             <Issue>11469, The test causes OutOfMemory exception in crossgen mode.</Issue> 
         </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\JitBlue\GitHub_15291\GitHub_15291\GitHub_15291.cmd">
+            <Issue>15566</Issue> 
+        </ExcludeList>
     </ItemGroup>
 
     <!-- The following are ARM32 failures -->