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

Signed-off-by: Mark Terry <mark.terry@consensys.net>
This commit is contained in:
mark-terry
2021-07-09 20:26:15 +10:00
committed by GitHub
parent 9bbb58bda0
commit a606c3e07a

View File

@@ -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 {