diff --git a/tests/ICU4N.Tests.Collation/Dev/Test/Collate/CollationServiceTest.cs b/tests/ICU4N.Tests.Collation/Dev/Test/Collate/CollationServiceTest.cs index 1bb0e83f9..18ae98678 100644 --- a/tests/ICU4N.Tests.Collation/Dev/Test/Collate/CollationServiceTest.cs +++ b/tests/ICU4N.Tests.Collation/Dev/Test/Collate/CollationServiceTest.cs @@ -239,6 +239,11 @@ public override ICollection GetSupportedLocaleIDs() public void TestRegisterFactory() { +#if NET5_0_OR_GREATER + if (OperatingSystem.IsLinux()) + Assert.Ignore("ICU4N TODO: Fails on Ubuntu 18.04 and Ubuntu 20.04 on .NET 5 and higher. See: https://github.com/NightOwl888/ICU4N/issues/37"); +#endif + UCultureInfo fu_FU = new UCultureInfo("fu_FU"); UCultureInfo fu_FU_FOO = new UCultureInfo("fu_FU_FOO");