From 079895144f7ed4c1c0106b17726bdf0f1ac2f74f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksey=20Kliger=20=28=CE=BBgeek=29?= Date: Thu, 7 Jan 2021 19:14:26 -0500 Subject: [PATCH] Disable System.ComponentModel.Composition on Mono (#46699) Active issue is https://github.com/mono/mono/issues/16417 There seems to be some kind of System.Reflection.Emit concurrency problem here --- src/libraries/System.ComponentModel.Composition/tests/AssemblyInfo.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.ComponentModel.Composition/tests/AssemblyInfo.cs b/src/libraries/System.ComponentModel.Composition/tests/AssemblyInfo.cs index 7ad5f68..b0523cb 100644 --- a/src/libraries/System.ComponentModel.Composition/tests/AssemblyInfo.cs +++ b/src/libraries/System.ComponentModel.Composition/tests/AssemblyInfo.cs @@ -3,3 +3,4 @@ using Xunit; +[assembly: ActiveIssue("https://github.com/mono/mono/issues/16417", TestRuntimes.Mono)] // flaky tests -- 2.7.4