Enable the LargeUpload functional test now that #234 is resolved
This commit is contained in:
parent
385c0ab244
commit
a9de028ba3
|
|
@ -16,7 +16,7 @@ namespace Microsoft.AspNet.Server.Kestrel.FunctionalTests
|
||||||
{
|
{
|
||||||
public class RequestTests
|
public class RequestTests
|
||||||
{
|
{
|
||||||
[Fact(Skip = "https://github.com/aspnet/KestrelHttpServer/issues/234")]
|
[Fact]
|
||||||
public async Task LargeUpload()
|
public async Task LargeUpload()
|
||||||
{
|
{
|
||||||
var config = new ConfigurationBuilder()
|
var config = new ConfigurationBuilder()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue