From 51d6ed3e4c915490ac445a893d7ce171949a4378 Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Tue, 30 Oct 2018 08:30:15 -0700 Subject: [PATCH] Disable failing on Windows/ARM Interop/COM tests (dotnet/coreclr#20675) * Interop/COM/NETClients/Primitives/NETClientPrimitives * Interop/COM/NativeClients/Primitives * Interop/COM/NETClients/IDispatch/NETClientIDispatch * Interop/COM/NETClients/Aggregation/NETClientAggregation Commit migrated from https://github.com/dotnet/coreclr/commit/5cf4b2c6e003a6f6772920fc3ea2a4927af0de72 --- src/coreclr/tests/issues.targets | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/coreclr/tests/issues.targets b/src/coreclr/tests/issues.targets index 101e3ad..c18349b 100644 --- a/src/coreclr/tests/issues.targets +++ b/src/coreclr/tests/issues.targets @@ -312,6 +312,22 @@ + + + + 20682 + + + 20682 + + + 20682 + + + 20682 + + + -- 2.7.4