Skip to content

Commit c55f63b

Browse files
authored
Merge pull request ceph#62902 from cbodley/wip-70700-disable
cmake/common: temporarily remove decode_start_v_checker tests Reviewed-by: Dan Mick <[email protected]> Reviewed-by: Laura Flores <[email protected]>
2 parents 83c9201 + e9133c8 commit c55f63b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/common/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,8 @@ if(WITH_SYSTEMD)
453453
add_ceph_unittest(unittest_journald_logger)
454454
endif()
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})
489491
set_tests_properties(unittest_decode_start_v_checker_expect_failure
490492
PROPERTIES WILL_FAIL TRUE)
493+
endif(0)
491494

492495
add_executable(unittest_async_call test_async_call.cc)
493496
target_link_libraries(unittest_async_call ceph-common Boost::system

0 commit comments

Comments
 (0)