Exclude IDispatch test for Windows Arm64 (#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 #20580.

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 -->