test: remove stale deploy manifest exclusions - #98051
Merged
Merged
Conversation
Contributor
Tests PassedCommit: df43416 |
gnoff
force-pushed
the
jstory/deploy-tests/manifest-cleanup
branch
from
August 28, 2026 19:51
6a63949 to
793b075
Compare
gnoff
marked this pull request as ready for review
August 28, 2026 19:53
gnoff
force-pushed
the
jstory/deploy-tests/manifest-cleanup
branch
2 times, most recently
from
August 28, 2026 23:46
a8e42e4 to
3334ded
Compare
## Summary Remove two inert entries from the deploy-test manifest: - the entry for `test/e2e/app-dir/options-request/options-request.test.ts`, which no longer exists - the `test/production/standalone-mode/**/*` glob, which cannot match the manifest's e2e-only include rule This leaves the hard exclusion list limited to live, selectable test suites so follow-up deploy-testing work starts from an accurate inventory. ## Verification - Parsed `test/deploy-tests-manifest.json` and confirmed all 26 remaining exclusions resolve to files selected by the manifest's include rule. <!-- NEXT_JS_LLM -->
gnoff
force-pushed
the
jstory/deploy-tests/manifest-cleanup
branch
from
September 2, 2026 00:20
3334ded to
df43416
Compare
eps1lon
approved these changes
Sep 2, 2026
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
Remove two inert entries from the deploy-test manifest:
test/e2e/app-dir/options-request/options-request.test.ts, which no longer existstest/production/standalone-mode/**/*glob, which cannot match the manifest's e2e-only include ruleThis leaves the hard exclusion list limited to live, selectable test suites so follow-up deploy-testing work starts from an accurate inventory.
Verification
test/deploy-tests-manifest.jsonand confirmed all 26 remaining exclusions resolve to files selected by the manifest's include rule.