Skip to content

Commit e195454

Browse files
mikekistlerstephentoub
authored andcommitted
Disable auth/resource-mismatch pending fix in conformance suite
1 parent e9877e1 commit e195454

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/ModelContextProtocol.AspNetCore.Tests/ClientConformanceTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ public async Task VerifyAllConformanceTestsAreListed()
112112
[InlineData("auth/token-endpoint-auth-basic")]
113113
[InlineData("auth/token-endpoint-auth-post")]
114114
[InlineData("auth/token-endpoint-auth-none")]
115-
[InlineData("auth/resource-mismatch")]
115+
// auth/resource-mismatch disabled for now pending https://github.com/modelcontextprotocol/conformance/pull/123
116+
// [InlineData("auth/resource-mismatch")]
116117
[InlineData("auth/pre-registration")]
117118
[InlineData("auth/client-credentials-jwt")]
118119
[InlineData("auth/client-credentials-basic")]

0 commit comments

Comments
 (0)