Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
HttpClient caching tests are disabled on UAP
Browse files Browse the repository at this point in the history
  • Loading branch information
alnikola committed Oct 7, 2019
1 parent 8283adc commit 14bec02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/System.Net.Requests/tests/HttpWebRequestTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1616,6 +1616,7 @@ public void MediaType_SetThenGet_ValuesMatch(Uri remoteServer)
}

[Theory, MemberData(nameof(MixedWebRequestParameters))]
[SkipOnTargetFramework(TargetFrameworkMonikers.Uap)]
public void GetResponseAsync_ParametersAreNotCachable_CreateNewClient(HttpWebRequestParameters requestParameters, bool connectionReusedParameter)
{
RemoteExecutor.Invoke(async (serializedParameters, connectionReusedString) =>
Expand Down Expand Up @@ -1666,6 +1667,7 @@ public void GetResponseAsync_ParametersAreNotCachable_CreateNewClient(HttpWebReq
}

[Fact]
[SkipOnTargetFramework(TargetFrameworkMonikers.Uap)]
public void GetResponseAsync_ParametersAreCachableButDifferent_CreateNewClient()
{
RemoteExecutor.Invoke(async () =>
Expand Down

0 comments on commit 14bec02

Please sign in to comment.