Skip to content

Commit

Permalink
ICU4N.Dev.Test.Collate.CollationServiceTest::TestRegisterFactory(): I…
Browse files Browse the repository at this point in the history
…gnore test failures on Linux until #37 can be resolved
  • Loading branch information
NightOwl888 committed Oct 24, 2021
1 parent e8448f1 commit 5e0b3c1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@ public override ICollection<string> 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");

Expand Down

0 comments on commit 5e0b3c1

Please sign in to comment.