Quarantined failing tests (#20165)
* Quarantined failing tests * Another test
This commit is contained in:
parent
8e3029fb22
commit
f0e6a8933c
|
|
@ -433,6 +433,7 @@ namespace Microsoft.AspNetCore.TestHost
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/20164")]
|
||||
public async Task ClientStreaming_ResponseCompletesWithoutResponseBodyWrite()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ namespace Templates.Test
|
|||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("selenium")]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/20172")]
|
||||
public async Task BlazorServerTemplateWorks_NoAuth()
|
||||
{
|
||||
Project = await ProjectFactory.GetOrCreateProject("blazorservernoauth", Output);
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ namespace Templates.Test
|
|||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("Cert failures", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/20162")]
|
||||
public async Task EmptyWebTemplateCSharp()
|
||||
{
|
||||
await EmtpyTemplateCore(languageOverride: null);
|
||||
|
|
|
|||
|
|
@ -500,6 +500,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
|||
|
||||
[Theory]
|
||||
[MemberData(nameof(ConnectionMiddlewareData))]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/20163")]
|
||||
public async Task ConnectionClosedTokenFiresOnClientFIN(ListenOptions listenOptions)
|
||||
{
|
||||
var testContext = new TestServiceContext(LoggerFactory);
|
||||
|
|
|
|||
Loading…
Reference in New Issue