Quarantine recent test failures

- see also #21080 for another recent failure
This commit is contained in:
Doug Bunting 2020-04-21 19:44:44 -07:00
parent f9a9788c67
commit 2e970f8e4f
3 changed files with 4 additions and 0 deletions

View File

@ -914,6 +914,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core.Tests
}
[Fact]
[QuarantinedTest]
public async Task ContentLength_Received_MultipleDataFramesUnderSize_Reset()
{
IOException thrownEx = null;

View File

@ -5,6 +5,7 @@ using System;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Internal;
using Microsoft.AspNetCore.Testing;
using Xunit;
namespace Microsoft.AspNetCore.SignalR.Client.Tests
@ -12,6 +13,7 @@ namespace Microsoft.AspNetCore.SignalR.Client.Tests
public class TimerAwaitableTests
{
[Fact]
[QuarantinedTest]
public void FinalizerRunsIfTimerAwaitableReferencesObject()
{
var tcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);

View File

@ -32,6 +32,7 @@ namespace Microsoft.Extensions.SecretManager.Tools.Tests
private CommandContext MakeCommandContext() => new CommandContext(null, new TestReporter(_output), _console);
[Fact]
[QuarantinedTest]
public void AddsSecretIdToProject()
{
var projectDir = _fixture.CreateProject(null);