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

"container-tests" module. #1894

Merged
merged 14 commits into from
Apr 14, 2021
Prev Previous commit
Next Next commit
CI tweaks.
Signed-off-by: Mark Terry <mark.terry@consensys.net>
  • Loading branch information
mark-terry committed Mar 31, 2021
commit 15472be11f57a44ae6abea2f73363c9d927fa020
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ workflows:
requires:
- integrationTests
- unitTests
- containerTests
- acceptanceTests
- referenceTests
- buildDocker
Expand All @@ -326,6 +327,7 @@ workflows:
requires:
- integrationTests
- unitTests
- containerTests
- acceptanceTests
- referenceTests
- buildDocker
Expand Down
2 changes: 2 additions & 0 deletions container-tests/tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies {
testImplementation 'org.web3j:quorum'
}

test.enabled = false

task containerTests(type: Test) {
description = 'Runs GoQuorum <> Besu container tests.'
mark-terry marked this conversation as resolved.
Show resolved Hide resolved
}