-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest build of ontexplorer fails to pass tests #132
Comments
Tried to run the version with skipped tests and got this:
|
The tests are working here for myself from a clean checkout of the version2.0 branch. Could you post the surefire-reports from the target folder showing the test failure? |
@aweigold You can reproduce it with dockerfile:
|
Just ran it on my mac^^ And received the same error |
I just ran the build from your commit id with your env vars from You could resolve this by moving the Looking at the base
Let me know if that works for you. |
@aweigold TY! I indeed had my custom properties file, which I created just for replacing connection settings with vars (to have different var values in different envs), like this:
hence: #108 And seems like my current config is missing those values:
|
Yep, my custom config was the reason for tests to fail, closing this one up |
@NashMiao please advice, I receive this when trying to build from
6e529790016891c28200ff8b7840522a00696cba
(supposed fix for #125 (comment)):Should I disable tests , or you can fix it?
The text was updated successfully, but these errors were encountered: