From 2e678e5c6b06cda2409a4eac33de3a8349ab8dfc Mon Sep 17 00:00:00 2001 From: John Ky Date: Mon, 13 Feb 2023 07:41:24 +1100 Subject: [PATCH] Re-enable kes-period-info test. --- cardano-testnet/test/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardano-testnet/test/Main.hs b/cardano-testnet/test/Main.hs index 4f839553d6b..2ee246985a8 100644 --- a/cardano-testnet/test/Main.hs +++ b/cardano-testnet/test/Main.hs @@ -37,7 +37,7 @@ tests = pure $ T.testGroup "test/Spec.hs" -- Ignored on Windows due to : commitBuffer: invalid argument (invalid character) -- as a result of the kes-period-info output to stdout. -- TODO: Babbage temporarily ignored due to broken protocol-state query - , H.disabled "kes-period-info" Test.Cli.KesPeriodInfo.hprop_kes_period_info + , H.ignoreOnWindows "kes-period-info" Test.Cli.KesPeriodInfo.hprop_kes_period_info ] , H.ignoreOnWindows "foldBlocks receives ledger state" Test.FoldBlocks.prop_foldBlocks ]