Skip to content

Commit da91b64

Browse files
mikekistlerCopilot
andauthored
Unskip GetRequest_Receives_UnsolicitedNotifications test (#1286)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5cec467 commit da91b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ModelContextProtocol.AspNetCore.Tests/StreamableHttpServerConformanceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public async Task MultipleConcurrentJsonRpcRequests_IsHandled_InParallel()
249249
await Task.WhenAll(echoTasks);
250250
}
251251

252-
[Fact(Skip = "https://github.com/modelcontextprotocol/csharp-sdk/issues/1211")]
252+
[Fact]
253253
public async Task GetRequest_Receives_UnsolicitedNotifications()
254254
{
255255
McpServer? server = null;

0 commit comments

Comments
 (0)