We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37faa8 commit f12b24dCopy full SHA for f12b24d
UnitsNet.Tests/UnitSystemTests.cs
@@ -283,6 +283,7 @@ public void SpaceDigitGroupingCultureFormatting(string culture)
283
}
284
285
// Switzerland uses an apostrophe for digit grouping
286
+ [Ignore("Fails on Win 8.1 due to a bug in .NET framework.")]
287
[TestCase("fr-CH")]
288
public void ApostropheDigitGroupingCultureFormatting(string culture)
289
{
0 commit comments