Skip to content

Commit

Permalink
REMOVEME: Disable in-test-suite retries
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Nov 5, 2024
1 parent 6409135 commit 7698147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-testnet/src/Testnet/Property/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import Hedgehog.Internal.Property (MonadTest)


disableRetries :: Bool
disableRetries = IO.unsafePerformIO $ do
disableRetries = const True . IO.unsafePerformIO $ do
mValue <- IO.lookupEnv "DISABLE_RETRIES"
return $ mValue == Just "1"
{-# NOINLINE disableRetries #-}
Expand Down

0 comments on commit 7698147

Please sign in to comment.