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:
Ayaz Salikhov
2025-05-28 14:03:38 +01:00
committed by GitHub
parent 09409fc05d
commit 9b69da7f91

View File

@@ -1421,6 +1421,9 @@ TEST_F(BackendCassandraNodeMessageTest, MessageDisappearsAfterTTL)
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 std::string const kUPDATED_MESSAGE = "updated message";