Skip to content

Commit 96ce6b3

Browse files
authored
enable two quic tests (#55880)
1 parent 3906d0d commit 96ce6b3

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ public async Task ConnectWithClientCertificate()
158158
}
159159

160160
[Fact]
161-
[ActiveIssue("https://github.com/dotnet/runtime/issues/52048")]
162161
public async Task WaitForAvailableUnidirectionStreamsAsyncWorks()
163162
{
164163
using QuicListener listener = CreateQuicListener(maxUnidirectionalStreams: 1);

src/libraries/System.Net.Quic/tests/FunctionalTests/QuicStreamConnectedStreamConformanceTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ public sealed class MsQuicQuicStreamConformanceTests : QuicStreamConformanceTest
2323
protected override QuicImplementationProvider Provider => QuicImplementationProviders.MsQuic;
2424
protected override bool UsableAfterCanceledReads => false;
2525
protected override bool BlocksOnZeroByteReads => true;
26-
27-
// TODO: new additions, find out the actual reason for hanging
28-
[ActiveIssue("https://github.com/dotnet/runtime/issues/49157")]
29-
public override Task ReadAsync_DuringReadAsync_ThrowsIfUnsupported() => base.ReadAsync_DuringReadAsync_ThrowsIfUnsupported();
3026
}
3127

3228
public abstract class QuicStreamConformanceTests : ConnectedStreamConformanceTests

0 commit comments

Comments
 (0)