Revert "Skipping failing tests to unblock CI"

This reverts commit 0860981ada.
This commit is contained in:
David Fowler 2017-02-24 09:48:44 -08:00
parent 0860981ada
commit 4544f881a2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
// Never change to a lower value, otherwise regression testing for // Never change to a lower value, otherwise regression testing for
// https://github.com/aspnet/KestrelHttpServer/issues/520#issuecomment-188591242 // https://github.com/aspnet/KestrelHttpServer/issues/520#issuecomment-188591242
// will be lost. // will be lost.
[InlineData((long)int.MaxValue + 1, false, Skip = "Failing on the CI")] [InlineData((long)int.MaxValue + 1, false)]
public void LargeUpload(long contentLength, bool checkBytes) public void LargeUpload(long contentLength, bool checkBytes)
{ {
const int bufferLength = 1024 * 1024; const int bufferLength = 1024 * 1024;