Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[libraries] ActiveIssue NoBackwardTimeZones for Linux Arm64
  • Loading branch information
mdh1418 authored and github-actions committed Jan 24, 2022
commit a65ba3a4eb542e23c8bd5472b8f3d76d356d612b
Original file line number Diff line number Diff line change
Expand Up @@ -2874,6 +2874,7 @@ public static void AdjustmentRuleBaseUtcOffsetDeltaTest()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/64111", typeof(PlatformDetection), nameof(PlatformDetection.IsLinux), nameof(PlatformDetection.IsArm64Process))]
public static void NoBackwardTimeZones()
{
ReadOnlyCollection<TimeZoneInfo> tzCollection = TimeZoneInfo.GetSystemTimeZones();
Expand Down