提交 f4e4acc4 编写于 作者: J Jared Parsons

Disable a few Mac tests

上级 de73854c
......@@ -37,7 +37,7 @@ public void Dispose()
timeoutMs: (int)(TimeSpan.FromMinutes(1).TotalMilliseconds),
cancellationToken);
[Fact]
[ConditionalFact(typeof(WindowsOrLinuxOnly), Reason = "https://github.com/dotnet/runtime/issues/40301")]
public async Task CallBeforeListen()
{
await Assert.ThrowsAsync<InvalidOperationException>(() => _host.GetNextClientConnectionAsync()).ConfigureAwait(false);
......@@ -54,7 +54,7 @@ public async Task CallAfterComplete()
_host.EndListening();
}
[Fact]
[ConditionalFact(typeof(WindowsOrLinuxOnly), Reason = "https://github.com/dotnet/runtime/issues/40301")]
public void EndListenCancelsIncompleteTask()
{
_host.BeginListening();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册