Revert "[tests] Ignore the XmlSerializationTest.Bug1820_GenericList test in .NET due to a linker bug." (#11053)

This reverts commit 9cbf14500b.

The original issue https://github.com/mono/linker/issues/1454 -> https://github.com/dotnet/runtime/issues/41389 was fixed a while ago.

Co-authored-by: Sebastien Pouliot <sebastien.pouliot@microsoft.com>
This commit is contained in:
Sebastien Pouliot 2021-04-02 00:05:02 -04:00 коммит произвёл GitHub
Родитель 5c12fdfac9
Коммит 710604a867
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -148,9 +148,6 @@ namespace LinkSdk.Serialization {
}
}
#if NET
[Ignore ("https://github.com/mono/linker/issues/1454")]
#endif
[Test]
// http://bugzilla.xamarin.com/show_bug.cgi?id=1820
// note: this also test the linker (5.1+) ability not to remove 'unused' XML setters and .ctors used for serialization