Skip to content

Commit 58c9bad

Browse files
authored
[browser] ActiveIssue System.Runtime.InteropServices.JavaScript.Tests.TimerTests.TestTimers (#115764)
1 parent dcd09b0 commit 58c9bad

File tree

1 file changed

+1
-0
lines changed
  • src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript

1 file changed

+1
-0
lines changed

src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/TimerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public static IEnumerable<object[]> TestCases()
2222
yield return new object[] { new[] { 800, 600, 400, 200, 100 }, 5, 13, 9 };
2323
}
2424

25+
[ActiveIssue("https://github.com/dotnet/runtime/issues/115763")]
2526
[MemberData(nameof(TestCases))]
2627
[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWasmThreadingSupported))] // this test only makes sense with ST TimerQueue
2728
public async Task TestTimers(int[] timeouts, int? expectedSetCounter, int? expectedSetCounterAfterCleanUp, int? expectedHitCount)

0 commit comments

Comments
 (0)