Skip to content

Commit 2806968

Browse files
authored
Quarantine WebSocket_Abort_Interrupts_Pending_ReceiveAsync (#48934)
1 parent 5384526 commit 2806968

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Middleware/WebSockets/test/UnitTests/WebSocketMiddlewareTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ public async Task CloseFromCloseReceived_Success()
498498
}
499499

500500
[Fact]
501+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/48933")]
501502
public async Task WebSocket_Abort_Interrupts_Pending_ReceiveAsync()
502503
{
503504
WebSocket serverSocket = null;

0 commit comments

Comments
 (0)