From c14d28033a306b45592f02ad132f3ec58766325d Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Thu, 14 Mar 2019 18:36:41 -0700 Subject: [PATCH] Disable failing test against dotnet/coreclr#23262 (dotnet/coreclr#23263) Commit migrated from https://github.com/dotnet/coreclr/commit/832c78f88083dc119632a0c0befdaa1e8d5c0ea7 --- src/coreclr/tests/issues.targets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/coreclr/tests/issues.targets b/src/coreclr/tests/issues.targets index c422144..fd12f0a 100644 --- a/src/coreclr/tests/issues.targets +++ b/src/coreclr/tests/issues.targets @@ -71,6 +71,9 @@ 19406 + + 23262 + -- 2.7.4