We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdf9a0 commit 3dce7beCopy full SHA for 3dce7be
cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/Babbage/LeadershipSchedule.hs
@@ -59,6 +59,8 @@ import Testnet.Property.Assert
59
import qualified Testnet.Property.Utils as H
60
import Testnet.Runtime
61
62
+-- | Execute me with:
63
+-- @DISABLE_RETRIES=1 cabal test cardano-testnet-test --test-options '-p "/leadership-schedule/"'@
64
hprop_leadershipSchedule :: Property
65
hprop_leadershipSchedule = H.integrationRetryWorkspace 2 "babbage-leadership-schedule" $ \tempAbsBasePath' -> do
66
H.note_ SYS.os
0 commit comments