File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -453,6 +453,8 @@ if(WITH_SYSTEMD)
453453 add_ceph_unittest(unittest_journald_logger)
454454endif ()
455455
456+ # XXX: disabled for https://tracker.ceph.com/issues/70700
457+ if (0)
456458# Validation of the DECODE_START's struct_v compile-time checker.
457459# First, ensure buildability of the test program itself. This is
458460# useful to avoid false positives coming from other-than-the-assert
@@ -488,6 +490,7 @@ add_test(NAME unittest_decode_start_v_checker_expect_failure
488490 WORKING_DIRECTORY ${CMAKE_BINARY_DIR} )
489491set_tests_properties (unittest_decode_start_v_checker_expect_failure
490492 PROPERTIES WILL_FAIL TRUE )
493+ endif (0)
491494
492495add_executable (unittest_async_call test_async_call.cc)
493496target_link_libraries (unittest_async_call ceph-common Boost::system
You can’t perform that action at this time.
0 commit comments