Skip to content

Commit

Permalink
Revert "ICU4N.Tests.Collation.Dev.Test.Collate.CollationServiceTest::…
Browse files Browse the repository at this point in the history
…TestRegisterFactory(): Enabled testing on Linux. Fixes #37."

This reverts commit f861ee3.
  • Loading branch information
NightOwl888 committed Apr 20, 2022
1 parent f79fa44 commit c7889b9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@ 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 c7889b9

Please sign in to comment.