We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Integration test places in integrationTest package should run properly, in my example code they fail
tests in "integrationTest" package are ignored, nothing fails
with my present code, run test from package "test" and then run same test from package "integrationTest"
macOS 12.5, openJDK 18
https://github.com/john1456/micronaut
3.5.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Integration test places in integrationTest package should run properly, in my example code they fail
Actual Behaviour
tests in "integrationTest" package are ignored, nothing fails
Steps To Reproduce
with my present code, run test from package "test" and then run same test from package "integrationTest"
Environment Information
macOS 12.5, openJDK 18
Example Application
https://github.com/john1456/micronaut
Version
3.5.2
The text was updated successfully, but these errors were encountered: