Skip to content
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

fixed to run both java and kotlin tests together #540

Merged

Conversation

OwenLindsell
Copy link
Contributor

No description provided.

From the Surefire documentation:
Surefire does not support tests or any referenced libraries calling System.exit() at any time. If they do so, they are incompatible with Surefire and you should probably file an issue with the library/vendor.
@OwenLindsell OwenLindsell merged commit f525189 into ExpediaGroup:master Nov 26, 2019
OwenLindsell added a commit to OwenLindsell/styx that referenced this pull request Nov 26, 2019
* Fixed Java unit tests so they run along with Kotlin tests in the components/proxy module
* Removed tests containing System.exit(); as Surefire does not support tests calling System.exit().
@OwenLindsell OwenLindsell deleted the fix-kotlin-java-test-problems branch December 5, 2019 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants