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

Fail to pass the test #2

Open
JasonZPWC opened this issue May 2, 2018 · 3 comments
Open

Fail to pass the test #2

JasonZPWC opened this issue May 2, 2018 · 3 comments

Comments

@JasonZPWC
Copy link

I ran ./gradlew clean build deployNodes
But it did not generate any file in build/nodes directory, because 2 tests failed.

com.r3.demos.ubin2a.lsm.ScenarioExceptional > Scenario E8_1 FAILED
net.corda.core.flows.FlowException

com.r3.demos.ubin2a.privacy.PrivacyTests > Privacy of owner in cash states FAILED
java.lang.AssertionError at PrivacyTests.kt:237

101 tests completed, 2 failed
:test FAILED

@TAC911
Copy link

TAC911 commented Nov 10, 2018

I'm also getting failed tests. My workaround was to uncomment them. Did you manage to get them fixed?

@apimasud
Copy link

apimasud commented Nov 11, 2018 via email

@Habo2402
Copy link

If you want to skip all Tests:

.\gradlew clean build -x test deployNodes

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

No branches or pull requests

4 participants