Skip to content

Commit 28dfd0b

Browse files
authored
Quarantine 2 flaky tests (#20032)
1 parent b4220d5 commit 28dfd0b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Servers/Kestrel/test/InMemory.FunctionalTests/HttpsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ await sslStream.AuthenticateAsClientAsync("127.0.0.1", clientCertificates: null,
219219

220220
[Fact]
221221
[Repeat(20)]
222+
[QuarantinedTest]
222223
public async Task DoesNotThrowObjectDisposedExceptionFromWriteAsyncAfterConnectionIsAborted()
223224
{
224225
var tcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);

src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,7 @@ public async Task Settings_MaxConcurrentStreamsGet_Server(string scheme)
12511251
}
12521252

12531253
[Theory]
1254+
[QuarantinedTest]
12541255
[MemberData(nameof(SupportedSchemes))]
12551256
public async Task Settings_MaxConcurrentStreamsPost_Server(string scheme)
12561257
{

0 commit comments

Comments
 (0)