-
Notifications
You must be signed in to change notification settings - Fork 13
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
Injected beans not supported in NativeImageTest #110
Comments
@andrewazores any suggestions? |
That's unfortunate. I think having a separate |
Yes sure! I will fix this while migrating Quarkus in the other issue! Would there be any solution to trigger HTTP 500 on these tests anytime or mock is the only way? |
It seems adding mock in
QuarkusTest
breaks theNativeImageTest
as it said injected field returns null.I read the documentation. Here is what they say.
Is there a way to work around it or should we have a separate test class
NativeDatasourceIT
for native image instead of extending the baseDatasouceTest
?The text was updated successfully, but these errors were encountered: