Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit d3486ec

Browse files
committed
Add one more ActiveIssue for failing HttpListener test
1 parent 01557c6 commit d3486ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.Net.HttpListener/tests/HttpListenerContextTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public async Task AcceptWebSocketAsync_NoSuchSubProtocol_ThrowsWebSocketExceptio
128128
await Assert.ThrowsAsync<WebSocketException>(() => context.AcceptWebSocketAsync(subProtocol));
129129
}
130130

131+
[ActiveIssue(20246)] // CI hanging frequently
131132
[ConditionalFact(nameof(IsNotWindows7OrUapCore))]
132133
public async Task AcceptWebSocketAsync_InvalidKeepAlive_ThrowsWebSocketException()
133134
{

0 commit comments

Comments
 (0)