From bc172b285bd49e45d54918bfd091a22595f3128c Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Thu, 27 May 2021 10:22:35 +1000 Subject: [PATCH] ignore multiple private states tests (#2334) Signed-off-by: Sally MacFarlane --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f715361a3f..77fbe8edd4 100644 --- a/build.gradle +++ b/build.gradle @@ -660,14 +660,14 @@ task acceptanceTestsQuorum { * Basic tests for private and public tx: basic * Start a Besu/EthSigner/Tessera network with IBFT2: networks/typical-besu::ibft2 * - * Not available features in Besu: privacy-enhancements-disabled, extension + * 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): graphql, eth-api-signed, spam * * LOGGING_LEVEL_COM_QUORUM_GAUGE=DEBUG -- enables HTTP JSON-RPC logging */ - def tags = "(basic && !spam && !eth-api-signed && !privacy-enhancements-disabled && !graphql && !async && !extension && !storage-root && !get-quorum-payload && !personal-api-signed) || networks/typical-besu::ibft2" + def tags = "(basic && !mps && !spam && !eth-api-signed && !privacy-enhancements-disabled && !graphql && !async && !extension && !storage-root && !get-quorum-payload && !personal-api-signed) || networks/typical-besu::ibft2" doLast { exec {