From cdfbf1ab5a108be2697058e9d1e744878e16c237 Mon Sep 17 00:00:00 2001 From: Landon Cox Date: Sat, 25 Jul 2026 07:30:15 -0700 Subject: [PATCH] test: drop stale smoke-copilot-pat references The smoke-copilot-pat workflow was deleted in #6570 but two CI test suites still referenced its .md and .lock.yml files, causing ENOENT failures. Remove the stale entries. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- scripts/ci/ready-for-aw-workflows.test.ts | 1 - scripts/ci/smoke-copilot-workflow.test.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/ci/ready-for-aw-workflows.test.ts b/scripts/ci/ready-for-aw-workflows.test.ts index cbf25dc85..6da24ed6c 100644 --- a/scripts/ci/ready-for-aw-workflows.test.ts +++ b/scripts/ci/ready-for-aw-workflows.test.ts @@ -12,7 +12,6 @@ const readyForCiLockFiles = [ 'smoke-copilot-byok-aoai-apikey.lock.yml', 'smoke-copilot-byok-aoai-entra.lock.yml', 'smoke-copilot-byok.lock.yml', - 'smoke-copilot-pat.lock.yml', 'smoke-copilot.lock.yml', 'smoke-copilot-network-isolation.lock.yml', 'smoke-gemini.lock.yml', diff --git a/scripts/ci/smoke-copilot-workflow.test.ts b/scripts/ci/smoke-copilot-workflow.test.ts index aede2d275..03996860d 100644 --- a/scripts/ci/smoke-copilot-workflow.test.ts +++ b/scripts/ci/smoke-copilot-workflow.test.ts @@ -9,7 +9,6 @@ const copilotSmokeWorkflows = [ { name: 'smoke-copilot-byok', file: 'smoke-copilot-byok.md' }, { name: 'smoke-copilot', file: 'smoke-copilot.md' }, { name: 'smoke-copilot-network-isolation', file: 'smoke-copilot-network-isolation.md' }, - { name: 'smoke-copilot-pat', file: 'smoke-copilot-pat.md' }, ]; describe('smoke copilot workflow output requirements', () => {