Skip to content

Commit

Permalink
ICU4N.Tests.Collation.Dev.Test.Collate.CollationServiceTest::TestRegi…
Browse files Browse the repository at this point in the history
…sterFactory(): Enabled testing on Linux. Fixes #37.
  • Loading branch information
NightOwl888 committed Apr 19, 2022
1 parent b774f7b commit f861ee3
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,6 @@ public override ICollection<string> GetSupportedLocaleIDs()
[Test]
public void TestRegisterFactory()
{

#if NET5_0_OR_GREATER || NETCOREAPP1_0_OR_GREATER
if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
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 f861ee3

Please sign in to comment.