From c9d785464d0de208ad041acecf81d09a707e0aa4 Mon Sep 17 00:00:00 2001 From: Tarek Mahmoud Sayed Date: Mon, 25 Jul 2022 09:27:13 -0700 Subject: [PATCH] Enable NJulianRuleTest (#72707) --- src/libraries/System.Runtime/tests/System/TimeZoneInfoTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Runtime/tests/System/TimeZoneInfoTests.cs b/src/libraries/System.Runtime/tests/System/TimeZoneInfoTests.cs index 75b4ea2..a95a94d 100644 --- a/src/libraries/System.Runtime/tests/System/TimeZoneInfoTests.cs +++ b/src/libraries/System.Runtime/tests/System/TimeZoneInfoTests.cs @@ -2492,7 +2492,6 @@ namespace System.Tests // 0x3E, 0x2C, 0x30, 0x2F, 0x30, 0x2C, 0x4A, 0x33, 0x36, 0x35, 0x2F, 0x32, 0x35, 0x0A }; - [ActiveIssue("https://github.com/dotnet/runtime/issues/64134")] [ConditionalTheory(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))] [PlatformSpecific(TestPlatforms.AnyUnix)] [InlineData("<+00>0<+01>,0/0,J365/25", 1, 1, true)] -- 2.7.4