Description
In release 2.0 three tests in com.r3.businessnetworks.cordaupdates.transport.MavenOverFlowsTests fail.v
Task :bn-apps:cordapp-updates-distribution:corda-updates-transport:test
com.r3.businessnetworks.cordaupdates.transport.MavenOverFlowsTests > repository name should be set to default if not explicitly provided FAILED
java.lang.AssertionError at MavenOverFlowsTests.kt:44
com.r3.businessnetworks.cordaupdates.transport.MavenOverFlowsTests > Should download the version range from the specified repository FAILED
java.lang.AssertionError at MavenOverFlowsTests.kt:44
com.r3.businessnetworks.cordaupdates.transport.MavenOverFlowsTests > Should fetch artifacts from the specified repository FAILED
java.lang.AssertionError at MavenOverFlowsTests.kt:44
16 tests completed, 3 failed
Task :bn-apps:cordapp-updates-distribution:corda-updates-transport:test FAILED
FAILURE: Build failed with an exception.
Steps to reproduce:
- git pull https://github.com/corda/corda-solutions.git releases/2.0
- ./gradlew clean test