From 20cbebbeb151acf901d686dc6beb3a51435edd3d Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Mon, 8 Oct 2018 22:08:35 -0700 Subject: [PATCH] Disabled outdates corefx test (#20315) --- tests/CoreFX/CoreFX.issues.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index 35fe2d5..a26e7ff 100644 --- a/tests/CoreFX/CoreFX.issues.json +++ b/tests/CoreFX/CoreFX.issues.json @@ -241,6 +241,10 @@ { "name": "System.Net.Http.Functional.Tests.SocketsHttpHandler_DiagnosticsTest.SendAsync_ExpectedDiagnosticSourceActivityLogging", "reason": "System.Diagnostics.RemoteExecutorTestBase+RemoteInvokeHandle+RemoteExecutionException System.Diagnostics.RemoteExecutorTestBase+RemoteInvokeHandle+RemoteExecutionException : Remote process failed with an unhandled exception." + }, + { + "name": "System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandlerTest.GetAsync_AllowAutoRedirectTrue_RetainsOriginalFragmentIfAppropriate", + "reason": "outdated" } ] } -- 2.7.4