未验证 提交 01e2521d 编写于 作者: E Elinor Fung 提交者: GitHub

Condition ExternalConsoleManipulation_RegistrationRemoved_UnregisterSucceeds...

Condition ExternalConsoleManipulation_RegistrationRemoved_UnregisterSucceeds on RemoteExecutor.IsSupported (#73603)
上级 e4dd880e
......@@ -29,7 +29,7 @@ public static IEnumerable<object[]> UnsupportedSignals()
private static IEnumerable<PosixSignal> SupportedPosixSignals => new[] { PosixSignal.SIGINT, PosixSignal.SIGQUIT, PosixSignal.SIGTERM, PosixSignal.SIGHUP };
[Fact]
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
public void ExternalConsoleManipulation_RegistrationRemoved_UnregisterSucceeds()
{
RemoteExecutor.Invoke(() =>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册