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]
|
[Fact]
|
||||||
|
[QuarantinedTest]
|
||||||
public async Task ContentLength_Received_MultipleDataFramesUnderSize_Reset()
|
public async Task ContentLength_Received_MultipleDataFramesUnderSize_Reset()
|
||||||
{
|
{
|
||||||
IOException thrownEx = null;
|
IOException thrownEx = null;
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ using System;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Microsoft.AspNetCore.Internal;
|
using Microsoft.AspNetCore.Internal;
|
||||||
|
using Microsoft.AspNetCore.Testing;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Microsoft.AspNetCore.SignalR.Client.Tests
|
namespace Microsoft.AspNetCore.SignalR.Client.Tests
|
||||||
|
|
@ -12,6 +13,7 @@ namespace Microsoft.AspNetCore.SignalR.Client.Tests
|
||||||
public class TimerAwaitableTests
|
public class TimerAwaitableTests
|
||||||
{
|
{
|
||||||
[Fact]
|
[Fact]
|
||||||
|
[QuarantinedTest]
|
||||||
public void FinalizerRunsIfTimerAwaitableReferencesObject()
|
public void FinalizerRunsIfTimerAwaitableReferencesObject()
|
||||||
{
|
{
|
||||||
var tcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);
|
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);
|
private CommandContext MakeCommandContext() => new CommandContext(null, new TestReporter(_output), _console);
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
[QuarantinedTest]
|
||||||
public void AddsSecretIdToProject()
|
public void AddsSecretIdToProject()
|
||||||
{
|
{
|
||||||
var projectDir = _fixture.CreateProject(null);
|
var projectDir = _fixture.CreateProject(null);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue