Skip to content

Commit 32e3353

Browse files
authored
Quarantine recent test failures (#26295)
- see #26291 and #26294
1 parent 61d740b commit 32e3353

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Servers/IIS/IIS/test/Common.FunctionalTests/Inprocess/SynchronousReadAndWriteTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public SynchronousReadAndWriteTests(IISTestSiteFixture fixture): base(fixture)
2222
}
2323

2424
[ConditionalFact]
25+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/26294")]
2526
public async Task ReadAndWriteSynchronously()
2627
{
2728
var content = new StringContent(new string('a', 100000));

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,6 +1503,7 @@ public Task Frame_MultipleStreams_RequestsNotFinished_LowMaxStreamsPerConnection
15031503
}
15041504

15051505
[Fact]
1506+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/26291")]
15061507
public Task Frame_MultipleStreams_RequestsNotFinished_DefaultMaxStreamsPerConnection_EnhanceYourCalmAfterDoubleMaxStreams()
15071508
{
15081509
// Kestrel tracks max streams per connection * 2

0 commit comments

Comments
 (0)