We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e45fb1 commit fc881d5Copy full SHA for fc881d5
src/libraries/System.Net.WebClient/tests/WebClientTest.cs
@@ -697,7 +697,6 @@ public async Task UploadString_Success(Uri server)
697
[OuterLoop("Uses external servers")]
698
[Theory]
699
[MemberData(nameof(EchoServers))]
700
- [ActiveIssue("https://github.com/dotnet/runtime/issues/79731")]
701
public async Task UploadValues_Success(Uri echoServer)
702
{
703
var wc = new WebClient();
0 commit comments