Skip to content

Commit

Permalink
server-test: disabled prop_multinode_pruning_Sim
Browse files Browse the repository at this point in the history
See #3456
  • Loading branch information
coot committed Nov 5, 2021
1 parent a12910a commit 146484a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

-- for 'debugTracer'
{-# OPTIONS_GHC -Wno-redundant-constraints #-}
-- should be reverted once, `prop_multinode_pruning_Sim` is fixed.
{-# OPTIONS_GHC -Wno-unused-top-binds #-}

module Test.Ouroboros.Network.Server2
( tests
Expand Down Expand Up @@ -118,8 +120,8 @@ tests =
, testProperty "unidirectional_Sim" prop_unidirectional_Sim
, testProperty "bidirectional_IO" prop_bidirectional_IO
, testProperty "bidirectional_Sim" prop_bidirectional_Sim
, testProperty "multinode_pruning_Sim"
prop_multinode_pruning_Sim
-- , testProperty "multinode_pruning_Sim"
-- prop_multinode_pruning_Sim
, testProperty "hardlimit_Sim"
prop_hardlimit_Sim
, testProperty "multinode_Sim" prop_multinode_Sim
Expand Down

0 comments on commit 146484a

Please sign in to comment.