From a0993e3be992cc0890597657f55a1b4e75cd96f4 Mon Sep 17 00:00:00 2001 From: Steve Harter Date: Fri, 12 Aug 2022 18:36:04 -0500 Subject: [PATCH] Unblock System.Configuration CI test errors for Android,tvOS,iOS (#73852) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disables tests to unblock CI. Will investigate further to see if there is an underlying issue. See https://github.com/dotnet/runtime/issues/73792 Co-authored-by: Alexander Köplinger Co-authored-by: Jose Perez Rodriguez --- src/libraries/tests.proj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index afba0d8a60e..0b1ca8411cc 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -339,6 +339,11 @@ + + + + + -- GitLab