Skip to content

Commit

Permalink
Enable AllCulturesTest for HybridGlobalization (#103961)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilonatommy authored Jun 26, 2024
1 parent 9032715 commit 1cf0c8e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ public static void CustomFormattingTest()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/95594", typeof(PlatformDetection), nameof(PlatformDetection.IsHybridGlobalizationOnBrowser))]
public static void AllCulturesTest()
{
TimeOnly timeOnly = new TimeOnly((DateTime.Now.TimeOfDay.Ticks / TimeSpan.TicksPerMinute) * TimeSpan.TicksPerMinute);
Expand Down

0 comments on commit 1cf0c8e

Please sign in to comment.