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
Update src/libraries/System.Runtime/tests/System/TimeZoneInfoTests.cs
Co-authored-by: Ilona Tomkowicz <[email protected]>
  • Loading branch information
tarekgh and ilonatommy authored Jul 29, 2022
commit e4989fa2d908dec59625368acdb72528fc23a3e1
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,7 @@ public static void GetSystemTimeZones_AllTimeZonesHaveOffsetInValidRange()
};

// https://github.com/dotnet/runtime/issues/73031 is the tracking issue to investigate the test failure on Android.
private static bool CanRunNJulianRuleTest => PlatformDetection.IsNotAndroid && RemoteExecutor.IsSupported;
private static bool CanRunNJulianRuleTest => !PlatformDetection.IsLinuxBionic && RemoteExecutor.IsSupported;

[ConditionalTheory(nameof(CanRunNJulianRuleTest))]
[PlatformSpecific(TestPlatforms.AnyUnix)]
Expand Down