From 042887011b456a49344875b407c3ac3e127515f9 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Tue, 5 Feb 2019 13:13:05 -0800 Subject: [PATCH] Disable failing constrainedcall test on Linux Tracked by https://github.com/dotnet/coreclr/issues/22423 Commit migrated from https://github.com/dotnet/coreclr/commit/e0528e59485fb53e438c76009ba2aa0a2984ebb4 --- 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 3387516..63733d5 100644 --- a/src/coreclr/tests/issues.targets +++ b/src/coreclr/tests/issues.targets @@ -69,6 +69,9 @@ 20358 + + 22423 + -- 2.7.4