Skip to content

Commit ffa7570

Browse files
[Android] Add ActiveIssue to TimeZoneInfoTests.TestGetSystemTimeZones (#122015)
The TimeZoneInfoTests.TestGetSystemTimeZones is failing due to a known issue where on Android we return timezones with duplicate display names (#90269), now we're just seeing it on a more recent Android API levels. This is possibly due to an update to the TZ data. Closes #121963 /cc @tarekgh @davidnguyen-tech
1 parent febb6bd commit ffa7570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Runtime/tests/System.Runtime.Tests/System/TimeZoneInfoTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2808,6 +2808,7 @@ public static void NoBackwardTimeZones()
28082808
}
28092809

28102810
[Fact]
2811+
[ActiveIssue("https://github.com/dotnet/runtime/issues/90269", TestPlatforms.Android)]
28112812
public static void TestGetSystemTimeZones()
28122813
{
28132814
TimeZoneInfo.ClearCachedData(); // Start clean

0 commit comments

Comments
 (0)