From c58ab70ce17676c13290e3df0e19fa005473d37c Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Mon, 8 Apr 2019 17:33:05 +0200 Subject: [PATCH] [XHarness] Ignore monotouch_Microsoft.CSharp_xunit-test.dll until issue 5868 is fixed. If not ignored, we will have an issue building the test app on device resulting on a failure. --- .../bcl-test-importer/BCLTestImporter/BCLTestProjectGenerator.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bcl-test-importer/BCLTestImporter/BCLTestProjectGenerator.cs b/tools/bcl-test-importer/BCLTestImporter/BCLTestProjectGenerator.cs index a1e8bcd06ef5..83e92973ea0c 100644 --- a/tools/bcl-test-importer/BCLTestImporter/BCLTestProjectGenerator.cs +++ b/tools/bcl-test-importer/BCLTestImporter/BCLTestProjectGenerator.cs @@ -135,6 +135,7 @@ public enum WatchAppType { "monotouch_Mono.CodeContracts_test.dll", // not supported by xamarin "monotouch_Novell.Directory.Ldap_test.dll", // not supported by xamarin "monotouch_Mono.Profiler.Log_xunit-test.dll", // special tests that need an extra app to connect as a profiler + "monotouch_Microsoft.CSharp_xunit-test.dll", // mono-cil-strip fails due to an exception from cecil, issue https://github.com/xamarin/xamarin-macios/issues/5868 }; // list of assemblies that are going to be ignored, any project with an assemblies that is ignored will