From 62f5e037e942a15a9eb5bba524eb25751c92e713 Mon Sep 17 00:00:00 2001 From: SingleAccretion Date: Fri, 1 Mar 2024 10:56:16 +0300 Subject: [PATCH] Enable timer tests --- .../System.Runtime.Tests/System/Threading/PeriodicTimerTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Runtime/tests/System.Runtime.Tests/System/Threading/PeriodicTimerTests.cs b/src/libraries/System.Runtime/tests/System.Runtime.Tests/System/Threading/PeriodicTimerTests.cs index 320b335a0c77..231a192fd495 100644 --- a/src/libraries/System.Runtime/tests/System.Runtime.Tests/System/Threading/PeriodicTimerTests.cs +++ b/src/libraries/System.Runtime/tests/System.Runtime.Tests/System/Threading/PeriodicTimerTests.cs @@ -7,7 +7,6 @@ namespace System.Threading.Tests { - [ActiveIssue("https://github.com/dotnet/runtimelab/issues/2505", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot), nameof(PlatformDetection.IsWasm))] public class PeriodicTimerTests { [Fact]