Revert "Skipping failing tests to unblock CI"
This reverts commit 0860981ada.
This commit is contained in:
parent
0860981ada
commit
4544f881a2
|
|
@ -36,7 +36,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
|||
// Never change to a lower value, otherwise regression testing for
|
||||
// https://github.com/aspnet/KestrelHttpServer/issues/520#issuecomment-188591242
|
||||
// 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)
|
||||
{
|
||||
const int bufferLength = 1024 * 1024;
|
||||
|
|
|
|||
Loading…
Reference in New Issue