File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,14 @@ jobs:
103
103
run : npm run build
104
104
working-directory : ./examples/servers/auth
105
105
106
- - name : Synthesize CDK stack
107
- run : cdk synth --app 'node lib/mcp-auth.js'
108
- working-directory : ./examples/servers/auth
109
- env :
110
- CDK_DEFAULT_ACCOUNT : " 000000000000"
106
+ # Note: This test intentionally does not try to synthesize the auth stack,
107
+ # because it requires real credentials to look up a Route53 hosted zone
108
+
109
+ # - name: Synthesize CDK stack
110
+ # run: cdk synth --app 'node lib/mcp-auth.js'
111
+ # working-directory: ./examples/servers/auth
112
+ # env:
113
+ # CDK_DEFAULT_ACCOUNT: "000000000000"
111
114
112
115
check_weather_alerts_server :
113
116
name : Check Typescript-based Weather Alerts Server
You can’t perform that action at this time.
0 commit comments