From 7fd1053dd6a749601a25311ed3da869edfceb2ee Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Fri, 17 May 2019 14:47:47 -0700 Subject: [PATCH] Disable WinRT NETClientBindings test on ARM/ARM64 (dotnet/coreclr#24632) Commit migrated from https://github.com/dotnet/coreclr/commit/0bd61335d749c4af972f83675b2e9e61149c5204 --- .../tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj b/src/coreclr/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj index 7bc62dc..1eed534 100644 --- a/src/coreclr/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj +++ b/src/coreclr/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj @@ -12,6 +12,7 @@ true true + true -- 2.7.4