diff options
author | Andy Ayers <andya@microsoft.com> | 2018-10-24 19:32:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-24 19:32:43 -0700 |
commit | ebfdb30f648e40cfddcf7067d3ae0db382e8d206 (patch) | |
tree | 5b1b0f3cb0b6643ed95657a59aca6939d49546aa /tests | |
parent | ba97e4e878d36b3d75d410016143a7fba4ad53a9 (diff) | |
download | coreclr-ebfdb30f648e40cfddcf7067d3ae0db382e8d206.tar.gz coreclr-ebfdb30f648e40cfddcf7067d3ae0db382e8d206.tar.bz2 coreclr-ebfdb30f648e40cfddcf7067d3ae0db382e8d206.zip |
Exclude IDispatch test for Windows Arm64 (#20584)
Disable for now while failures are investigated. See #20580.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/issues.targets | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets index 1d46f50540..2debfda93d 100644 --- a/tests/issues.targets +++ b/tests/issues.targets @@ -429,6 +429,9 @@ <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 --> |