Skip to content

Commit

Permalink
Disable Http test for 26770 (dotnet#26854)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley authored Feb 5, 2018
1 parent 433b79e commit 8c3ac09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public static Task CreateServerAndClientAsync(Func<Uri, Task> clientFunc, Func<S
}

[Fact]
[ActiveIssue(26770, TargetFrameworkMonikers.NetFramework)]
public async Task GetAsync_RetryOnConnectionClosed_Success()
{
if (!IsRetrySupported)
Expand Down

0 comments on commit 8c3ac09

Please sign in to comment.