Exclude IDispatch test for Windows Arm64 (dotnet/coreclr#20584)
authorAndy Ayers <andya@microsoft.com>
Thu, 25 Oct 2018 02:32:43 +0000 (19:32 -0700)
committerGitHub <noreply@github.com>
Thu, 25 Oct 2018 02:32:43 +0000 (19:32 -0700)
Disable for now while failures are investigated. See dotnet/coreclr#20580.

Commit migrated from https://github.com/dotnet/coreclr/commit/ebfdb30f648e40cfddcf7067d3ae0db382e8d206

src/coreclr/tests/issues.targets

index 1d46f50..2debfda 100644 (file)
         <ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/mcc/interop/mcc_i73/*">
             <Issue>Needs Triage</Issue>
         </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)/Interop/COM/NETClients/IDispatch/NETClientIDispatch/*">
+            <Issue>20580</Issue>
+        </ExcludeList>
     </ItemGroup>
 
     <!-- arm32 All OS specific excludes -->