Skip to content

Commit

Permalink
Re-enable UploadValues_Success test (#80034)
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan authored Dec 30, 2022
1 parent 5e45fb1 commit fc881d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libraries/System.Net.WebClient/tests/WebClientTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,6 @@ public async Task UploadString_Success(Uri server)
[OuterLoop("Uses external servers")]
[Theory]
[MemberData(nameof(EchoServers))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/79731")]
public async Task UploadValues_Success(Uri echoServer)
{
var wc = new WebClient();
Expand Down

0 comments on commit fc881d5

Please sign in to comment.