From b0e0f319a1a125def7250149fad13fb85dc6dd20 Mon Sep 17 00:00:00 2001 From: John Freeman Date: Thu, 5 Jan 2023 18:28:37 -0600 Subject: [PATCH] Make NodeToShardRPC a manual test (#4379) Right now it is flaky, which creates noise in our automated testing. --- src/test/rpc/NodeToShardRPC_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/rpc/NodeToShardRPC_test.cpp b/src/test/rpc/NodeToShardRPC_test.cpp index 867f2cfe36..7736d77699 100644 --- a/src/test/rpc/NodeToShardRPC_test.cpp +++ b/src/test/rpc/NodeToShardRPC_test.cpp @@ -409,6 +409,6 @@ public: } }; -BEAST_DEFINE_TESTSUITE(NodeToShardRPC, rpc, ripple); +BEAST_DEFINE_TESTSUITE_MANUAL(NodeToShardRPC, rpc, ripple); } // namespace test } // namespace ripple