[tests] We're not implementing Mac Catalyst for legacy Xamarin.iOS. (#15181)

So there's no need to ignore tests for that particular scenario.
This commit is contained in:
Rolf Bjarne Kvinge 2022-06-03 10:40:52 +02:00 коммит произвёл GitHub
Родитель a1e32e39dd
Коммит 30e03ffbe4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 9 удалений

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

@ -368,9 +368,6 @@ namespace Introspection
// it's not complete (there's many more SDK assemblies) but we cannot add all of them into a single project anyway
[Test]
#if __MACCATALYST__ && !NET
[Ignore ("https://github.com/xamarin/xamarin-macios/issues/10883")]
#endif
public void Corlib ()
{
var a = typeof (int).Assembly;
@ -379,9 +376,6 @@ namespace Introspection
}
[Test]
#if __MACCATALYST__ && !NET
[Ignore ("https://github.com/xamarin/xamarin-macios/issues/10883")]
#endif
public void System ()
{
var a = typeof (System.Net.WebClient).Assembly;
@ -390,9 +384,6 @@ namespace Introspection
}
[Test]
#if __MACCATALYST__ && !NET
[Ignore ("https://github.com/xamarin/xamarin-macios/issues/10883")]
#endif
public void SystemCore ()
{
var a = typeof (Enumerable).Assembly;