You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just added this library to a project and found that while the tests passed in the IDE, the tests failed when running via Maven.
Removing the configuration from my pom.xml which runs tests in parallel causes the tests to pass. Removing the rule usage from one of the two tests I added it to also causes the tests to pass.
Is this likely to be some collision of static code?
I just added this library to a project and found that while the tests passed in the IDE, the tests failed when running via Maven.
Removing the configuration from my pom.xml which runs tests in parallel causes the tests to pass. Removing the rule usage from one of the two tests I added it to also causes the tests to pass.
Is this likely to be some collision of static code?
Maven configuration:
The text was updated successfully, but these errors were encountered: