Skip to content

Conversation

@rafaelfranca
Copy link
Member

Test discovery was finding tests in .bundle/gems and vendor/bundle directories, which contain bundled gem code. This adds an exclude pattern to prevent these directories from being scanned during test discovery.

Fixes #3949.

@rafaelfranca rafaelfranca requested a review from a team as a code owner February 10, 2026 18:05
@rafaelfranca rafaelfranca added bugfix This PR will fix an existing bug server This pull request should be included in the server gem's release notes labels Feb 10, 2026
Test discovery was finding tests in .bundle/gems and vendor/bundle
directories, which contain bundled gem code. This adds an exclude
pattern to prevent these directories from being scanned during test
discovery.

Fixes #3949.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix This PR will fix an existing bug server This pull request should be included in the server gem's release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test path pattern (TEST_PATH_PATTERN) discovers tests from .bundle/gems and vendor/bundle

2 participants