build gradle: Update tags for Quorum Acceptance Tests (#2510)

Signed-off-by: Ricardo Silva <ricardo.silva@consensys.net>
Signed-off-by: Usman Saleem <usman@usmans.info>
pull/2523/head
Ricardo Silva 3 years ago committed by GitHub
parent e43f773ca6
commit fccd094522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      build.gradle

@ -660,14 +660,15 @@ task acceptanceTestsQuorum {
* Basic tests for private and public tx: basic
* Start a Besu/EthSigner/Tessera network with IBFT2: networks/typical-besu::ibft2
*
* Filter only for spam tests supported by Besu: (spam && raw)
* Not available features in Besu: privacy-enhancements-disabled, extension, mps
* Not available RPC methods in Besu: async, storage-root, get-quorum-payload, personal-api-signed
*
* Ignored for now (privacy-polishing): eth-api-signed, spam, nosupport
* Ignored for now (privacy-polishing): eth-api-signed, nosupport
*
* LOGGING_LEVEL_COM_QUORUM_GAUGE=DEBUG -- enables HTTP JSON-RPC logging
*/
def tags = "(basic && !nosupport && !mps && !spam && !eth-api-signed && !privacy-enhancements-disabled && !async && !extension && !storage-root && !get-quorum-payload && !personal-api-signed) || networks/typical-besu::ibft2"
def tags = "(basic && !nosupport && !mps && (spam && raw) && !eth-api-signed && !privacy-enhancements-disabled && !async && !extension && !storage-root && !get-quorum-payload && !personal-api-signed) || networks/typical-besu::ibft2"
doLast {
exec {

Loading…
Cancel
Save