parent
a95318c616
commit
d493667851
|
|
@ -15,7 +15,6 @@ namespace Microsoft.AspNet.Server.Kestrel.FunctionalTests
|
|||
{
|
||||
public class ThreadCountTests
|
||||
{
|
||||
[Theory(Skip = "https://github.com/aspnet/KestrelHttpServer/issues/232"), MemberData(nameof(OneToTen))]
|
||||
public async Task ZeroToTenThreads(int threadCount)
|
||||
{
|
||||
var config = new ConfigurationBuilder()
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ namespace Microsoft.AspNet.Server.KestrelTests
|
|||
_logger = engine.Log;
|
||||
}
|
||||
|
||||
[Fact(Skip = "Waiting for adding support for multi loop in libuv")]
|
||||
public void InitAndCloseServerPipe()
|
||||
{
|
||||
var loop = new UvLoopHandle(_logger);
|
||||
|
|
@ -39,7 +38,6 @@ namespace Microsoft.AspNet.Server.KestrelTests
|
|||
|
||||
}
|
||||
|
||||
[Fact(Skip = "Waiting for adding support for multi loop in libuv")]
|
||||
public void ServerPipeListenForConnections()
|
||||
{
|
||||
var loop = new UvLoopHandle(_logger);
|
||||
|
|
@ -112,7 +110,6 @@ namespace Microsoft.AspNet.Server.KestrelTests
|
|||
}
|
||||
|
||||
|
||||
[Fact(Skip = "Waiting for adding support for multi loop in libuv")]
|
||||
public void ServerPipeDispatchConnections()
|
||||
{
|
||||
var pipeName = @"\\.\pipe\ServerPipeDispatchConnections" + Guid.NewGuid().ToString("n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue