Skip to content

Commit

Permalink
ignore multiple private states tests (hyperledger#2334)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla authored May 27, 2021
1 parent d50d728 commit bc172b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bc172b2

Please sign in to comment.