提交 8f6a2c91 编写于 作者: J Jared Parsons

Skip some tests on Mac

上级 6ead4a22
......@@ -268,7 +268,7 @@ public async Task NoConnections()
/// <summary>
/// Ensure server respects keep alive and shuts down after processing a single connection.
/// </summary>
[Theory]
[ConditionalTheory(typeof(WindowsOrLinuxOnly), Reason = "https://github.com/dotnet/roslyn/issues/46447")]
[InlineData(1)]
[InlineData(2)]
[InlineData(3)]
......@@ -295,7 +295,7 @@ public async Task SimpleCases(int connectionCount)
/// <summary>
/// Ensure server respects keep alive and shuts down after processing simultaneous connections.
/// </summary>
[Theory]
[ConditionalTheory(typeof(WindowsOrLinuxOnly), Reason = "https://github.com/dotnet/roslyn/issues/46447")]
[InlineData(2)]
[InlineData(3)]
public async Task SimultaneousConnectons(int connectionCount)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册