Skip to content

Commit 3646bef

Browse files
committed
Re-enable Mithril integration tests on all networks
Now that all networks work with the currently selected mithril-client version, we can test against all networks again.
1 parent 616b962 commit 3646bef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hydra-cluster/src/Hydra/Cluster/Mithril.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import Hydra.Cluster.Fixture (KnownNetwork (..))
1111
import Network.HTTP.Simple (getResponseBody, httpBS, parseRequest)
1212
import System.IO.Error (isEOFError)
1313
import System.Process.Typed (createPipe, getStderr, proc, setStderr, withProcessWait_)
14-
import Test.Hydra.Prelude (pendingWith)
1514

1615
data MithrilLog
1716
= StartSnapshotDownload {network :: KnownNetwork, directory :: FilePath}
@@ -24,9 +23,6 @@ data MithrilLog
2423
-- directory.
2524
downloadLatestSnapshotTo :: Tracer IO MithrilLog -> KnownNetwork -> FilePath -> IO ()
2625
downloadLatestSnapshotTo tracer network directory = do
27-
when (network == Sanchonet || network == Preview) $
28-
pendingWith "Mithril deployment of testing-sanchonet requires mithril-client 0.8.0, which is not yet released and does not work on other networks."
29-
3026
traceWith tracer StartSnapshotDownload{network, directory}
3127
genesisKey <- parseRequest genesisKeyURL >>= httpBS <&> getResponseBody
3228
let cmd =

0 commit comments

Comments
 (0)