From a606c3e07ac50fbcff3115ccfd7af0f09b4dce5f Mon Sep 17 00:00:00 2001 From: mark-terry <36909937+mark-terry@users.noreply.github.com> Date: Fri, 9 Jul 2021 20:26:15 +1000 Subject: [PATCH] Enabled the 'get-quorum-payload' GQ ATs. (#2526) Signed-off-by: Mark Terry --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3e998f36bc..480f526a0c 100644 --- a/build.gradle +++ b/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 {