solr
solr copied to clipboard
Skip ExtractingRequestHandlerTikaServerTest on s390x
Description
Disable the failing ExtractingRequestHandlerTikaServerTest on s390x.
Solution
Skip ExtractingRequestHandlerTikaServerTest on s390x
Tests
Please describe the tests you've developed or run to confirm this patch implements the feature or solves the problem.
Checklist
Please review the following and check all that apply:
- [x] I have reviewed the guidelines for How to Contribute and my code conforms to the standards described there to the best of my ability.
- [ ] I have created a Jira issue and added the issue ID to my pull request title.
- [x] I have given Solr maintainers access to contribute to my PR branch. (optional but recommended, not available for branches on forks living under an organisation)
- [x] I have developed this patch against the
mainbranch. - [x] I have run
./gradlew check. - [ ] I have added tests for my changes.
- [ ] I have added documentation for the Reference Guide
- [ ] I have added a changelog entry for my change
Can you merge in latest main to see if CI is happy?
Hi @janhoy , Thanks for the quick response! I’ve merged the latest main branch.
I would have preferred a solution that doesn't involve a special case explicitly for s390x. Like being able to opt-out of docker tests (for whatever reason).