test: skip qwen-oauth e2 case in sandbox

This commit is contained in:
mingholy.lmh
2025-12-04 20:39:51 +08:00
parent 43f23f8ce5
commit 57b519db9a
2 changed files with 36 additions and 15 deletions

View File

@@ -449,8 +449,8 @@ export async function main() {
}
const nonInteractiveConfig = await validateNonInteractiveAuth(
settings.merged.security?.auth?.selectedType ||
(argv.authType as AuthType),
(argv.authType as AuthType) ||
settings.merged.security?.auth?.selectedType,
settings.merged.security?.auth?.useExternal,
config,
settings,