Disable HandlerInvokedForSigQuit test on macOS (#39003)
authorStephen Toub <stoub@microsoft.com>
Thu, 9 Jul 2020 20:07:15 +0000 (16:07 -0400)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2020 20:07:15 +0000 (16:07 -0400)
src/libraries/System.Console/tests/CancelKeyPress.Unix.cs

index fddb0f0..978ba7c 100644 (file)
@@ -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()