tests: temporarily disable unittest_msgr

http://tracker.ceph.com/issues/10383 Refs: #10383

Signed-off-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
Loic Dachary 2014-12-19 16:21:50 +01:00
parent af18cf8d61
commit ecbdbb1629

View File

@ -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