these test cases appear to be the cause of many 'make check' failures:
> error while loading shared libraries: path/to/libceph-common.so.2: file too short
Reported in https://tracker.ceph.com/issues/70700
disable the tests until we can fix them
Signed-off-by: Casey Bodley <cbodley@redhat.com>
add_ceph_unittest(unittest_journald_logger)
endif()
+# XXX: disabled for https://tracker.ceph.com/issues/70700
+if(0)
# Validation of the DECODE_START's struct_v compile-time checker.
# First, ensure buildability of the test program itself. This is
# useful to avoid false positives coming from other-than-the-assert
WORKING_DIRECTORY ${CMAKE_BINARY_DIR})
set_tests_properties(unittest_decode_start_v_checker_expect_failure
PROPERTIES WILL_FAIL TRUE)
+endif(0)
add_executable(unittest_async_call test_async_call.cc)
target_link_libraries(unittest_async_call ceph-common Boost::system