Skip to content

Commit

Permalink
Merge #4605
Browse files Browse the repository at this point in the history
4605: Disable Alonzo leadership schedule test r=Jimbo4350 a=Jimbo4350

Temporarily disable the test as it is failing in CI

Co-authored-by: Jordan Millar <jordan.millar@iohk.io>
  • Loading branch information
iohk-bors[bot] and Jimbo4350 committed Nov 4, 2022
2 parents e7945e0 + af1d2ee commit e9395b6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions cardano-testnet/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ module Main

import Prelude
import Test.Tasty (TestTree)

import qualified System.Environment as E
import qualified Test.Tasty as T
import qualified Test.Tasty.Ingredients as T
import qualified System.Environment as E

import qualified Test.Cli.Alonzo.LeadershipSchedule
--import qualified Test.Cli.Alonzo.LeadershipSchedule
import qualified Test.Cli.Babbage.LeadershipSchedule
import qualified Test.Cli.KesPeriodInfo
import qualified Test.Node.Shutdown
Expand All @@ -22,9 +23,10 @@ tests = pure $ T.testGroup "test/Spec.hs"
[ T.testGroup "Spec"
[ H.ignoreOnWindows "Shutdown" Test.Node.Shutdown.hprop_shutdown
, H.ignoreOnWindows "ShutdownOnSlotSynced" Test.ShutdownOnSlotSynced.hprop_shutdownOnSlotSynced
, T.testGroup "Alonzo"
[ H.ignoreOnMacAndWindows "leadership-schedule" Test.Cli.Alonzo.LeadershipSchedule.hprop_leadershipSchedule
]
-- TODO: This is failing. Disabling until we can figure out why
-- , T.testGroup "Alonzo"
-- [ H.ignoreOnMacAndWindows "leadership-schedule" Test.Cli.Alonzo.LeadershipSchedule.hprop_leadershipSchedule
-- ]
, T.testGroup "Babbage"
[ H.ignoreOnMacAndWindows "leadership-schedule" Test.Cli.Babbage.LeadershipSchedule.hprop_leadershipSchedule
]
Expand Down

0 comments on commit e9395b6

Please sign in to comment.