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:
roblourens
2026-08-21 23:41:21 +00:00
committed by GitHub
co-authored by Copilot
parent 86d7ed0c3d
commit 45b04d5212
-5
View File
@@ -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