mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
test: Skip slow DB sleep-based test on Mac (#2148)
Fix: https://github.com/XRPLF/clio/issues/2147 Fix: https://github.com/XRPLF/clio/issues/2132
This commit is contained in:
@@ -1421,6 +1421,9 @@ TEST_F(BackendCassandraNodeMessageTest, MessageDisappearsAfterTTL)
|
|||||||
|
|
||||||
TEST_F(BackendCassandraNodeMessageTest, UpdatingMessageKeepsItAlive)
|
TEST_F(BackendCassandraNodeMessageTest, UpdatingMessageKeepsItAlive)
|
||||||
{
|
{
|
||||||
|
#if defined(__APPLE__)
|
||||||
|
GTEST_SKIP() << "Skipping test on Apple platform due to slow DB";
|
||||||
|
#endif
|
||||||
static boost::uuids::uuid const kUUID = generateUuid();
|
static boost::uuids::uuid const kUUID = generateUuid();
|
||||||
static std::string const kUPDATED_MESSAGE = "updated message";
|
static std::string const kUPDATED_MESSAGE = "updated message";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user