-
Notifications
You must be signed in to change notification settings - Fork 748
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
Test MeteredDomainEventPublisherSpec is not running during build. #46
Comments
Hi, Do you want to find a root cause and provide solution? |
Hey, i am not sure i will have time for it. I will try giving it a few minutes and I will see how it will go. EDIT: In my current project the client wants to use junit so i won't have time for it. |
This was referenced Dec 16, 2019
My bad, I will fix it. Test class name should end with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I cloned repository from master branch today.
When running
mvn clean install
I don't see every test:There's log about
BookDatabaseRepositoryIT
whis is annoted with@SpringBootTest
but there's no log about
MeteredDomainEventPublisherSpec
test which is weird.Changing
MeteredDomainEventPublisherSpec
test to something like:Clearly proves that this test is not runned.
The text was updated successfully, but these errors were encountered: