test: drop stale smoke-copilot-pat references - #6587
Merged
Conversation
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>
Contributor
There was a problem hiding this comment.
Pull request overview
Removes test references to the deleted smoke-copilot-pat workflow, restoring CI test reliability.
Changes:
- Removes the obsolete source workflow entry.
- Removes the obsolete compiled lock-file entry.
Show a summary per file
| File | Description |
|---|---|
scripts/ci/smoke-copilot-workflow.test.ts |
Drops the deleted workflow from smoke tests. |
scripts/ci/ready-for-aw-workflows.test.ts |
Drops the deleted lock file from readiness tests. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Medium
Contributor
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
This was referenced Jul 25, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
npm testonmainfails with 2 failing suites because they still reference thesmoke-copilot-patworkflow, which was deleted in #6570.Root cause
Commit
5e5ae7bf(#6570) deleted.github/workflows/smoke-copilot-pat.mdand.github/workflows/smoke-copilot-pat.lock.yml, but left references in two CI test files, causingENOENTfailures:scripts/ci/smoke-copilot-workflow.test.tsscripts/ci/ready-for-aw-workflows.test.tsFix
Remove the stale
smoke-copilot-patentries from both test lists.Verification