From 88f8cdf64a4517d3f99ac6c532bbfe84e1550e9f Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Fri, 21 Feb 2020 11:10:34 -0800 Subject: [PATCH] Quarantine ClientStreaming_ResponseCompletesWithPendingRead_ThrowError (#19242) --- src/Hosting/TestHost/test/TestClientTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Hosting/TestHost/test/TestClientTests.cs b/src/Hosting/TestHost/test/TestClientTests.cs index 900b12c3bf..3c0b04abfa 100644 --- a/src/Hosting/TestHost/test/TestClientTests.cs +++ b/src/Hosting/TestHost/test/TestClientTests.cs @@ -386,6 +386,7 @@ namespace Microsoft.AspNetCore.TestHost } [Fact] + [Flaky("", FlakyOn.All)] public async Task ClientStreaming_ResponseCompletesWithPendingRead_ThrowError() { // Arrange