Make NodeToShardRPC a manual test (#4379)

Right now it is flaky, which creates noise in our automated testing.
This commit is contained in:
John Freeman
2023-01-05 18:28:37 -06:00
committed by GitHub
parent 2233f585f8
commit b0e0f319a1

View File

@@ -409,6 +409,6 @@ public:
} }
}; };
BEAST_DEFINE_TESTSUITE(NodeToShardRPC, rpc, ripple); BEAST_DEFINE_TESTSUITE_MANUAL(NodeToShardRPC, rpc, ripple);
} // namespace test } // namespace test
} // namespace ripple } // namespace ripple