Quarantine ServerReset_BeforeRequestBody_ClientBodyThrows (#23541)
This commit is contained in:
parent
e1d4728d90
commit
c78a4dd63f
|
|
@ -696,6 +696,7 @@ namespace Interop.FunctionalTests
|
||||||
|
|
||||||
[Theory]
|
[Theory]
|
||||||
[MemberData(nameof(SupportedSchemes))]
|
[MemberData(nameof(SupportedSchemes))]
|
||||||
|
[QuarantinedTest]
|
||||||
public async Task ServerReset_BeforeRequestBody_ClientBodyThrows(string scheme)
|
public async Task ServerReset_BeforeRequestBody_ClientBodyThrows(string scheme)
|
||||||
{
|
{
|
||||||
var clientEcho = new TaskCompletionSource<string>(TaskCreationOptions.RunContinuationsAsynchronously);
|
var clientEcho = new TaskCompletionSource<string>(TaskCreationOptions.RunContinuationsAsynchronously);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue