Skip to content

Commit 82ed7fd

Browse files
committed
Remove checks that we can't have
1 parent 045c7f9 commit 82ed7fd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -197,16 +197,6 @@ oneOfNNodesCanDropForAWhile tracer workDir cardanoNode hydraScriptsTxId = do
197197

198198
-- Carol reconnects, and then the snapshot can be confirmed
199199
withHydraNode hydraTracer carolChainConfig workDir 3 carolSk [aliceVk, bobVk] [1, 2, 3] $ \n3 -> do
200-
-- They see Carol return
201-
-- waitForAllMatch (50 * blockTime) [n1, n2] $ \v -> do
202-
-- guard $ v ^? key "tag" == Just "PeerConnected"
203-
204-
-- -- Carol sees them return
205-
-- flip mapConcurrently_ ["1", "2"] $ \i -> do
206-
-- waitMatch (100 * blockTime) n3 $ \v -> do
207-
-- guard $ v ^? key "tag" == Just "PeerConnected"
208-
-- guard $ v ^? key "peer" == Just i
209-
210200
-- And then the Snapshot is confirmed
211201
--
212202
-- Note: We can't use `waitForAlMatch` here as it expects them to

0 commit comments

Comments
 (0)