From 45b04d5212d9d00a1d034395fe716f2ba30e29c2 Mon Sep 17 00:00:00 2001 From: roblourens Date: Fri, 21 Aug 2026 16:41:21 -0700 Subject: [PATCH] Disable Kerberos proxy smoke test on GitHub Actions (#332064) (Written by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/pr-darwin-test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pr-darwin-test.yml b/.github/workflows/pr-darwin-test.yml index c8d2ff95d9b..0a6f018cf7b 100644 --- a/.github/workflows/pr-darwin-test.yml +++ b/.github/workflows/pr-darwin-test.yml @@ -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