Skip to content

Commit b640052

Browse files
Quarantine UnauthorizedDirectWebSocketsConnectionDoesNotConnect. See #48961 (#48981)
1 parent 213eb28 commit b640052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SignalR/server/SignalR/test/EndToEndTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ bool ExpectedErrors(WriteContext writeContext)
395395
[ConditionalFact]
396396
[WebSocketsSupportedCondition]
397397
[LogLevel(LogLevel.Trace)]
398+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/48961")]
398399
public async Task UnauthorizedDirectWebSocketsConnectionDoesNotConnect()
399400
{
400401
bool ExpectedErrors(WriteContext writeContext)

0 commit comments

Comments
 (0)