From: Loic Dachary Date: Fri, 19 Dec 2014 15:21:50 +0000 (+0100) Subject: tests: temporarily disable unittest_msgr X-Git-Tag: v0.91~22^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3218%2Fhead;p=ceph.git tests: temporarily disable unittest_msgr http://tracker.ceph.com/issues/10383 Refs: #10383 Signed-off-by: Loic Dachary --- 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