From 4f16a1cee924d25ee928134c038245672e498d5f Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 9 Mar 2016 17:45:32 -0500 Subject: [PATCH] Disable SHAMapStore test: The test depends on an asynchronous operation completing in a certain time, failing periodically due to timing. --- src/ripple/app/tests/SHAMapStore_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ripple/app/tests/SHAMapStore_test.cpp b/src/ripple/app/tests/SHAMapStore_test.cpp index 4060df43c..7d9ccd241 100644 --- a/src/ripple/app/tests/SHAMapStore_test.cpp +++ b/src/ripple/app/tests/SHAMapStore_test.cpp @@ -648,7 +648,8 @@ public: } }; -BEAST_DEFINE_TESTSUITE(SHAMapStore,app,ripple); +// VFALCO This test fails because of thread asynchronous issues +BEAST_DEFINE_TESTSUITE_MANUAL(SHAMapStore,app,ripple); } }