Skip to content

Commit

Permalink
Fix TimeZoneInfoTests.cs on iOS/tvOS
Browse files Browse the repository at this point in the history
The UTC alias test cases failed there after #88641
  • Loading branch information
akoeplinger authored Jul 14, 2023
1 parent 2ad94b4 commit 82b3329
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2335,7 +2335,7 @@ public static IEnumerable<object[]> SystemTimeZonesTestData()
}
}

if (!PlatformDetection.IsBrowser)
if (!PlatformDetection.IsBrowser && !PlatformDetection.IsiOS && !PlatformDetection.IstvOS)
{
foreach (string alias in s_UtcAliases)
{
Expand Down

0 comments on commit 82b3329

Please sign in to comment.