mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
test: skip qwen-oauth e2 case in sandbox
This commit is contained in:
parent
43f23f8ce5
commit
57b519db9a
2 changed files with 36 additions and 15 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue