[monotouch-tests] Disable MacCat tests for now since they hang in BS

This commit is contained in:
Alex Soto 2021-04-08 17:55:55 -04:00
Родитель 8b926000a6
Коммит 360bb93c5e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -386,7 +386,7 @@ namespace Xharness {
IOSTestProjects.Add (new iOSTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "monotouch-test", "monotouch-test.csproj"))) {
Name = "monotouch-test",
IgnoreMacCatalystVariation = false,
IgnoreMacCatalystVariation = true,
});
foreach (var p in fsharp_test_suites)