Skip to content

Remove tests accidentally added by resync#3110

Merged
jagdish-15 merged 1 commit intoexercism:mainfrom
kahgoh:fix/largest-series-product
Apr 24, 2026
Merged

Remove tests accidentally added by resync#3110
jagdish-15 merged 1 commit intoexercism:mainfrom
kahgoh:fix/largest-series-product

Conversation

@kahgoh
Copy link
Copy Markdown
Member

@kahgoh kahgoh commented Apr 24, 2026

According to the tests.toml, the removed tests reimplement tests that were once excluded. It is likely that there were accidentally added back when the tests were updated to sync back up with the problem specs.

Fixes #3107


Reviewer Resources:

Track Policies

According to the tests.toml, the removed tests reimplement tests that
were once excluded. It is likely that there were accidentally added
back when the tests were updated to sync back up with the problem
specs.

Fixes exercism#3107
@kahgoh kahgoh requested a review from jagdish-15 April 24, 2026 12:55
@github-actions
Copy link
Copy Markdown
Contributor

This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested.

If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos.

[no important files changed]

For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping @exercism/maintainers-admin in a comment. Thank you!

@jagdish-15 jagdish-15 merged commit 1946e0f into exercism:main Apr 24, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Java\LargestSeriesProductTest rejects empty string and nonzero span

2 participants