mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-23 06:33:26 +01:00
Disable Kerberos proxy smoke test on GitHub Actions (#332064)
(Written by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -215,11 +215,6 @@ jobs:
|
||||
timeout-minutes: 40
|
||||
run: bash test/smoke/scripts/run-agents-window-network-proxy.sh
|
||||
|
||||
- name: 🧪 Run Agents Window smoke tests through Kerberos-authenticated macOS PAC proxy
|
||||
if: ${{ inputs.electron_tests && inputs.smoke_tests }}
|
||||
timeout-minutes: 40
|
||||
run: bash test/smoke/scripts/run-agents-window-network-proxy.sh --kerberos
|
||||
|
||||
- name: 🧪 Run smoke tests (Browser, Chromium)
|
||||
if: ${{ inputs.browser_tests && inputs.smoke_tests }}
|
||||
timeout-minutes: 20
|
||||
|
||||
Reference in New Issue
Block a user