From 0bc1a6fb13f518076de67399ab9e049d38a96309 Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Thu, 9 Jul 2020 16:07:15 -0400 Subject: [PATCH] Disable HandlerInvokedForSigQuit test on macOS (#39003) --- src/libraries/System.Console/tests/CancelKeyPress.Unix.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Console/tests/CancelKeyPress.Unix.cs b/src/libraries/System.Console/tests/CancelKeyPress.Unix.cs index fddb0f0..978ba7c 100644 --- a/src/libraries/System.Console/tests/CancelKeyPress.Unix.cs +++ b/src/libraries/System.Console/tests/CancelKeyPress.Unix.cs @@ -24,6 +24,7 @@ public partial class CancelKeyPressTests HandlerInvokedForSignal(SIGINT); } + [ActiveIssue("https://github.com/dotnet/runtime/issues/38998", TestPlatforms.OSX)] [ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))] [SkipOnMono("Mono doesn't call CancelKeyPress for SIGQUIT.")] public void HandlerInvokedForSigQuit() -- 2.7.4