From ecbdbb162906b8cf0bdae917299fbe7143726c5c Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Fri, 19 Dec 2014 16:21:50 +0100 Subject: [PATCH] tests: temporarily disable unittest_msgr http://tracker.ceph.com/issues/10383 Refs: #10383 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 02378a4494a7..466168c88d43 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -635,7 +635,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/10383 is fixed +#check_PROGRAMS += unittest_msgr +bin_DEBUGPROGRAMS += unittest_msgr check_SCRIPTS += test/pybind/test_ceph_argparse.py -- 2.47.3