Quarantined failing tests (#20165)

* Quarantined failing tests

* Another test
This commit is contained in:
Ajay Bhargav B 2020-03-25 21:19:58 -07:00 committed by GitHub
parent 8e3029fb22
commit f0e6a8933c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -433,6 +433,7 @@ namespace Microsoft.AspNetCore.TestHost
}
[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/20164")]
public async Task ClientStreaming_ResponseCompletesWithoutResponseBodyWrite()
{
// Arrange

View File

@ -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);

View File

@ -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);

View File

@ -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);