Skip to content

Commit 2e970f8

Browse files
committed
Quarantine recent test failures
- see also #21080 for another recent failure
1 parent f9a9788 commit 2e970f8

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2StreamTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,7 @@ await InitializeConnectionAsync(async context =>
914914
}
915915

916916
[Fact]
917+
[QuarantinedTest]
917918
public async Task ContentLength_Received_MultipleDataFramesUnderSize_Reset()
918919
{
919920
IOException thrownEx = null;

src/SignalR/clients/csharp/Client/test/UnitTests/TimerAwaitableTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
using System.Runtime.CompilerServices;
66
using System.Threading.Tasks;
77
using Microsoft.AspNetCore.Internal;
8+
using Microsoft.AspNetCore.Testing;
89
using Xunit;
910

1011
namespace Microsoft.AspNetCore.SignalR.Client.Tests
1112
{
1213
public class TimerAwaitableTests
1314
{
1415
[Fact]
16+
[QuarantinedTest]
1517
public void FinalizerRunsIfTimerAwaitableReferencesObject()
1618
{
1719
var tcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);

src/Tools/dotnet-user-secrets/test/InitCommandTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public InitCommandTests(UserSecretsTestFixture fixture, ITestOutputHelper output
3232
private CommandContext MakeCommandContext() => new CommandContext(null, new TestReporter(_output), _console);
3333

3434
[Fact]
35+
[QuarantinedTest]
3536
public void AddsSecretIdToProject()
3637
{
3738
var projectDir = _fixture.CreateProject(null);

0 commit comments

Comments
 (0)