From 4ef2ea70c1263930825958cc7f4e0bd62eba5f88 Mon Sep 17 00:00:00 2001 From: Javier Sagredo Date: Thu, 26 Dec 2024 17:27:51 +0100 Subject: [PATCH] Fix tests related to cardano-cli --- .../cardano-testnet-test/Cardano/Testnet/Test/Cli/Query.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/Query.hs b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/Query.hs index f190ff36fb9..837ca75a4e3 100644 --- a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/Query.hs +++ b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/Query.hs @@ -439,6 +439,10 @@ hprop_cli_queries = integrationWorkspace "cli-queries" $ \tempAbsBasePath' -> H. -- treasury H.noteM_ $ execCli' execConfig [ eraName, "query", "treasury" ] + TestQueryProposalsCmd -> do + -- TODO @cardano-cli team + pure () + where -- | Wait for the part of the epoch when futurePParams are known waitForFuturePParamsToStabilise