Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit e276abe

Browse files
authored
Disable TimerElapsedSignaled test (#27772)
1 parent ec511de commit e276abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.Win32.SystemEvents/tests/SystemEvents.CreateTimer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public void CreateTimerInvalidInterval()
2727
Assert.Throws<ArgumentException>(() => SystemEvents.CreateTimer(int.MinValue));
2828
}
2929

30+
[ActiveIssue(27771)]
3031
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsNanoServer))]
3132
public void TimerElapsedSignaled()
3233
{

0 commit comments

Comments
 (0)