Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaulo Janotti <pauloja@microsoft.com>2018-04-05 02:54:06 +0300
committerGitHub <noreply@github.com>2018-04-05 02:54:06 +0300
commit28dcece5c5e7d30446ae90e027076722513b716f (patch)
treebb0939e8b37609e5ba725d96af7a090239c2f0a6 /src
parentc7d405571636eec1485872f7163a1b7f41641ac7 (diff)
Re-enable PostAsync_RedirectWith307_LargePayload #23768 (#28828)
Fixes #23768
Diffstat (limited to 'src')
-rw-r--r--src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.cs b/src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.cs
index 0b6fe48d56..7ae31a8926 100644
--- a/src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.cs
+++ b/src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.cs
@@ -2465,7 +2465,6 @@ namespace System.Net.Http.Functional.Tests
}
}
- [ActiveIssue(23768)]
[ActiveIssue(22191, TargetFrameworkMonikers.Uap)]
[OuterLoop] // takes several seconds
[Fact]