From 81aaf6cb33b7d0eefeff906a41dea7405de2e0f0 Mon Sep 17 00:00:00 2001 From: Wlodek Wencel Date: Wed, 10 Jan 2018 21:16:23 +0100 Subject: [PATCH] [master] CondVarTest.destroyWhileWait disabled --- src/lib/util/threads/tests/condvar_unittest.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/util/threads/tests/condvar_unittest.cc b/src/lib/util/threads/tests/condvar_unittest.cc index 40d43715e2..2921713365 100644 --- a/src/lib/util/threads/tests/condvar_unittest.cc +++ b/src/lib/util/threads/tests/condvar_unittest.cc @@ -138,7 +138,9 @@ TEST_F(CondVarTest, #ifdef HAS_UNDEFINED_PTHREAD_BEHAVIOR DISABLED_destroyWhileWait #else - destroyWhileWait +// This tests had to be disabled because it hangs on most of the OS used in lab +// TODO fix destroyWhileWait test + DISABLED_destroyWhileWait #endif ) { // We'll destroy a CondVar object while the thread is still waiting -- 2.47.2