From a6778571ac2db2775267c519b486e08c93077554 Mon Sep 17 00:00:00 2001 From: Fraser Murray Date: Mon, 3 Feb 2025 12:08:28 +0000 Subject: [PATCH] testing: don't generate MsgReplyGetMeasures in Arbitrary --- .../testlib/Ouroboros/Network/Protocol/LocalTxMonitor/Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ouroboros-network-protocols/testlib/Ouroboros/Network/Protocol/LocalTxMonitor/Test.hs b/ouroboros-network-protocols/testlib/Ouroboros/Network/Protocol/LocalTxMonitor/Test.hs index bbbbcae7c43..3a8cc88c49b 100644 --- a/ouroboros-network-protocols/testlib/Ouroboros/Network/Protocol/LocalTxMonitor/Test.hs +++ b/ouroboros-network-protocols/testlib/Ouroboros/Network/Protocol/LocalTxMonitor/Test.hs @@ -226,7 +226,7 @@ instance (Arbitrary txid, Arbitrary tx, Arbitrary slot) , pure $ AnyMessage MsgGetSizes , AnyMessage . MsgReplyGetSizes <$> arbitrary , pure $ AnyMessage MsgGetMeasures - , AnyMessage . MsgReplyGetMeasures <$> arbitrary + -- , AnyMessage . MsgReplyGetMeasures <$> arbitrary , pure $ AnyMessage MsgRelease , pure $ AnyMessage MsgDone ]