Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit a9de028

Browse files
committed
Enable the LargeUpload functional test now that #234 is resolved
1 parent 385c0ab commit a9de028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.AspNet.Server.Kestrel.FunctionalTests/RequestTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Microsoft.AspNet.Server.Kestrel.FunctionalTests
1616
{
1717
public class RequestTests
1818
{
19-
[Fact(Skip = "https://github.com/aspnet/KestrelHttpServer/issues/234")]
19+
[Fact]
2020
public async Task LargeUpload()
2121
{
2222
var config = new ConfigurationBuilder()

0 commit comments

Comments
 (0)