Skip to content

Commit ba06bc9

Browse files
committed
feat: Temporarily disable Typescript client E2E tests
The Typescript MCP client SDK requires certain keys in the OAuth metadata that Cognito does not provide
1 parent 09b9149 commit ba06bc9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

e2e_tests/run_integ_test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,6 @@ cd ../typescript/
9797
npm ci
9898
npm link @aws/run-mcp-servers-with-aws-lambda
9999
npm run build
100-
npm test
100+
101+
# TODO re-enable Typescript tests when Cognito auth metadata complies with required keys
102+
#npm test

0 commit comments

Comments
 (0)