diff --git a/tools/bcl-test-importer/BCLTestImporter/BCLTestProjectGenerator.cs b/tools/bcl-test-importer/BCLTestImporter/BCLTestProjectGenerator.cs index 1bf3ae67c60..50cb509829b 100644 --- a/tools/bcl-test-importer/BCLTestImporter/BCLTestProjectGenerator.cs +++ b/tools/bcl-test-importer/BCLTestImporter/BCLTestProjectGenerator.cs @@ -98,7 +98,6 @@ public enum WatchAppType { (name:"SystemServiceModelTests", assemblies: new [] {"monotouch_System.ServiceModel_test.dll"}), (name:"SystemRuntimeSerializationFormattersSoapTests", assemblies: new [] {"monotouch_System.Runtime.Serialization.Formatters.Soap_test.dll"}), (name:"CorlibTests", assemblies: new [] {"monotouch_corlib_test.dll"}), - (name:"MonoRuntimeTests", assemblies: new [] {"monotouch_Mono.Runtime.Tests_test.dll"}), // XUNIT TESTS @@ -119,7 +118,6 @@ public enum WatchAppType { "monotouch_System.Security_test.dll", // issue https://github.com/xamarin/maccore/issues/1139 "monotouch_System.Runtime.Serialization.Formatters.Soap_test.dll", // issue https://github.com/xamarin/maccore/issues/1140 "monotouch_System.Net.Http_test.dll", // issue https://github.com/xamarin/maccore/issues/1144 and https://github.com/xamarin/maccore/issues/1145 - "monotouch_Mono.Runtime.Tests_test.dll", // issue https://github.com/xamarin/maccore/issues/1141 "monotouch_corlib_test.dll", // issue https://github.com/xamarin/maccore/issues/1153 "monotouch_Commons.Xml.Relaxng_test.dll", // not supported by xamarin "monotouch_Cscompmgd_test.dll", // not supported by xamarin