Skip to content

Remove broken it-test#356

Open
errt wants to merge 1 commit intodevelopfrom
fix/hermes-removal
Open

Remove broken it-test#356
errt wants to merge 1 commit intodevelopfrom
fix/hermes-removal

Conversation

@errt
Copy link
Collaborator

@errt errt commented Jan 16, 2026

Remove it-test that depends on Hermes being present in OPAL. Note that the test should test the Hermes implementation from the resource file, but doesn't since ClassLoaders first resolve using their parent class loader before trying to find a class themselves. With Hermes removed from OPAL, it does indeed invoke the Hermes implementation from the resource file but that uses this.getClass.getResourceAsStream("HermesCLI.txt") which does exist int he resource file, but is not found by the ClassLoader. This surely could be fixed, but the test doesn't seem important enough to jump through hoops.

@errt errt requested a review from johannesduesing January 16, 2026 14:28
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.

1 participant