Enable the LargeUpload functional test now that #234 is resolved

This commit is contained in:
Stephen Halter 2015-10-09 15:58:14 -07:00
parent 385c0ab244
commit a9de028ba3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace Microsoft.AspNet.Server.Kestrel.FunctionalTests
{
public class RequestTests
{
[Fact(Skip = "https://github.com/aspnet/KestrelHttpServer/issues/234")]
[Fact]
public async Task LargeUpload()
{
var config = new ConfigurationBuilder()