Unquarantine tests (#22851)
This commit is contained in:
parent
bab5a8f1b8
commit
dc472b737e
|
|
@ -789,7 +789,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
||||||
|
|
||||||
[Theory]
|
[Theory]
|
||||||
[MemberData(nameof(ConnectionMiddlewareData))]
|
[MemberData(nameof(ConnectionMiddlewareData))]
|
||||||
[QuarantinedTest]
|
|
||||||
public async Task AppCanHandleClientAbortingConnectionMidRequest(ListenOptions listenOptions)
|
public async Task AppCanHandleClientAbortingConnectionMidRequest(ListenOptions listenOptions)
|
||||||
{
|
{
|
||||||
var readTcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);
|
var readTcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
[QuarantinedTest("https://github.com/aspnet/KestrelHttpServer/issues/2282")]
|
|
||||||
public async Task ConnectionCountingReturnsToZero()
|
public async Task ConnectionCountingReturnsToZero()
|
||||||
{
|
{
|
||||||
const int count = 100;
|
const int count = 100;
|
||||||
|
|
|
||||||
|
|
@ -914,7 +914,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
[QuarantinedTest]
|
|
||||||
public async Task ContentLength_Received_MultipleDataFramesUnderSize_Reset()
|
public async Task ContentLength_Received_MultipleDataFramesUnderSize_Reset()
|
||||||
{
|
{
|
||||||
IOException thrownEx = null;
|
IOException thrownEx = null;
|
||||||
|
|
|
||||||
|
|
@ -143,7 +143,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
[QuarantinedTest]
|
|
||||||
public async Task ClientHandshakeFailureLoggedAsDebug()
|
public async Task ClientHandshakeFailureLoggedAsDebug()
|
||||||
{
|
{
|
||||||
var loggerProvider = new HandshakeErrorLoggerProvider();
|
var loggerProvider = new HandshakeErrorLoggerProvider();
|
||||||
|
|
|
||||||
|
|
@ -1049,7 +1049,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
[QuarantinedTest]
|
|
||||||
public async Task ContentLengthReadAsyncSingleBytesAtATime()
|
public async Task ContentLengthReadAsyncSingleBytesAtATime()
|
||||||
{
|
{
|
||||||
var testContext = new TestServiceContext(LoggerFactory);
|
var testContext = new TestServiceContext(LoggerFactory);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue