Skip to content

Commit 202690d

Browse files
committed
Enable the disabled test
1 parent 3025c18 commit 202690d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/BidirectionStreamingTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ async Task RunServer()
326326
}
327327

328328
[ConditionalFact(nameof(TestsBackwardsCompatibilityEnabled))]
329-
[ActiveIssue("https://github.com/dotnet/runtime/issues/103754")]
330329
public async Task BackwardsCompatibility_DowngradeToHttp11()
331330
{
332331
TaskCompletionSource<object> completeStreamTcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);

0 commit comments

Comments
 (0)