We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9877e1 commit e195454Copy full SHA for e195454
1 file changed
tests/ModelContextProtocol.AspNetCore.Tests/ClientConformanceTests.cs
@@ -112,7 +112,8 @@ public async Task VerifyAllConformanceTestsAreListed()
112
[InlineData("auth/token-endpoint-auth-basic")]
113
[InlineData("auth/token-endpoint-auth-post")]
114
[InlineData("auth/token-endpoint-auth-none")]
115
- [InlineData("auth/resource-mismatch")]
+ // auth/resource-mismatch disabled for now pending https://github.com/modelcontextprotocol/conformance/pull/123
116
+ // [InlineData("auth/resource-mismatch")]
117
[InlineData("auth/pre-registration")]
118
[InlineData("auth/client-credentials-jwt")]
119
[InlineData("auth/client-credentials-basic")]
0 commit comments