File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
ouroboros-consensus/test/consensus-test/Test/Consensus/Mempool Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -831,11 +831,14 @@ tests =
831831 \ i -> fmap (fmap fst . fst ) . genTxs i
832832 , testGroup
833833 " parallel"
834- [ testProperty " atomic" $
835- withMaxSuccess 1000 $
836- prop_mempoolParallel testLedgerConfigNoSizeLimits txMaxBytes' testInitLedger Atomic $
837- \ i -> fmap (fmap fst . fst ) . genTxs i
838- , testProperty " non atomic" $
834+ [ -- See ouroboros-consensus#1549 for why this test is disabled.
835+
836+ -- testProperty "atomic" $
837+ -- withMaxSuccess 1000 $
838+ -- prop_mempoolParallel testLedgerConfigNoSizeLimits txMaxBytes' testInitLedger Atomic $
839+ -- \i -> fmap (fmap fst . fst) . genTxs i
840+ -- ,
841+ testProperty " non atomic" $
839842 withMaxSuccess 10 $
840843 prop_mempoolParallel testLedgerConfigNoSizeLimits txMaxBytes' testInitLedger NonAtomic $
841844 \ i -> fmap (fmap fst . fst ) . genTxs i
You can’t perform that action at this time.
0 commit comments