From 55a5c5f2923090ae4440cbea36a201c5345e4fbc Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Fri, 9 Jan 2015 16:17:53 +0100 Subject: [PATCH] tests: temporarily disable unittest_msgr http://tracker.ceph.com/issues/10494 Refs: #10494 Signed-off-by: Loic Dachary --- src/test/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/Makefile.am b/src/test/Makefile.am index d714f1ad719e..77e1b332b360 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -650,7 +650,9 @@ check_PROGRAMS += unittest_readahead unittest_msgr_SOURCES = test/msgr/test_msgr.cc unittest_msgr_LDADD = $(UNITTEST_LDADD) $(CEPH_GLOBAL) unittest_msgr_CXXFLAGS = $(UNITTEST_CXXFLAGS) -check_PROGRAMS += unittest_msgr +# restore once http://tracker.ceph.com/issues/10494 is fixed +#check_PROGRAMS += unittest_msgr +bin_DEBUGPROGRAMS += unittest_msgr check_SCRIPTS += test/pybind/test_ceph_argparse.py -- 2.47.3