Skip to content

Commit

Permalink
Merge pull request #1432 from input-output-hk/mithril-tests
Browse files Browse the repository at this point in the history
Re-enable Mithril integration tests on all networks
  • Loading branch information
ch1bo committed May 13, 2024
2 parents 616b962 + 3646bef commit d8d2f93
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hydra-cluster/src/Hydra/Cluster/Mithril.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import Hydra.Cluster.Fixture (KnownNetwork (..))
import Network.HTTP.Simple (getResponseBody, httpBS, parseRequest)
import System.IO.Error (isEOFError)
import System.Process.Typed (createPipe, getStderr, proc, setStderr, withProcessWait_)
import Test.Hydra.Prelude (pendingWith)

data MithrilLog
= StartSnapshotDownload {network :: KnownNetwork, directory :: FilePath}
Expand All @@ -24,9 +23,6 @@ data MithrilLog
-- directory.
downloadLatestSnapshotTo :: Tracer IO MithrilLog -> KnownNetwork -> FilePath -> IO ()
downloadLatestSnapshotTo tracer network directory = do
when (network == Sanchonet || network == Preview) $
pendingWith "Mithril deployment of testing-sanchonet requires mithril-client 0.8.0, which is not yet released and does not work on other networks."

traceWith tracer StartSnapshotDownload{network, directory}
genesisKey <- parseRequest genesisKeyURL >>= httpBS <&> getResponseBody
let cmd =
Expand Down

0 comments on commit d8d2f93

Please sign in to comment.