From 7a2e0ececef83f6b5626a6410bd266fbbf1cb071 Mon Sep 17 00:00:00 2001 From: Sergey Andreenko Date: Mon, 9 Nov 2020 19:27:52 -1000 Subject: [PATCH] Disable 2 failing coreclr tests until they are fixed. (#44420) * another failing test * exclude another failure, --- src/tests/issues.targets | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tests/issues.targets b/src/tests/issues.targets index c31a254..800f062 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -124,6 +124,12 @@ https://github.com/dotnet/runtime/issues/44234 + + https://github.com/dotnet/runtime/issues/44341 + + + https://github.com/dotnet/runtime/issues/44186 + -- 2.7.4