Quarantine recent test failures
- see also #21080 for another recent failure
This commit is contained in:
parent
f9a9788c67
commit
2e970f8e4f
|
|
@ -914,6 +914,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[QuarantinedTest]
|
||||
public async Task ContentLength_Received_MultipleDataFramesUnderSize_Reset()
|
||||
{
|
||||
IOException thrownEx = null;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue