From 7b26638a4c845e4aa91756a24b291618ca5cb1eb Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Thu, 7 Apr 2022 10:02:15 -0400 Subject: [PATCH] [Android] Disable System.Security.Cryptography tests on x64 and x86 Emulators (#67654) Rolling back https://github.com/dotnet/runtime/pull/67057 as the changes we made to monitor caused OOM's to happen more frequently. We were also able to reproduce locally, so we'll disable the suite until a proper fix can be made. Tracking issue: https://github.com/dotnet/runtime/issues/62547 --- src/libraries/tests.proj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 8daf904ccab41..35d1f24aacb94 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -194,6 +194,9 @@ + + + @@ -201,6 +204,9 @@ + + +