Enabled the 'get-quorum-payload' GQ ATs. (#2526)

Signed-off-by: Mark Terry <mark.terry@consensys.net>
pull/2527/head
mark-terry 3 years ago committed by GitHub
parent 9bbb58bda0
commit a606c3e07a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      build.gradle

@ -662,13 +662,13 @@ task acceptanceTestsQuorum {
*
* 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
* Not available RPC methods in Besu: async, storage-root, personal-api-signed
*
* 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 && raw) && !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 && !personal-api-signed) || networks/typical-besu::ibft2"
doLast {
exec {

Loading…
Cancel
Save