]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/crimson: remove unittest_seastar_socket temporarily 32720/head
authorKefu Chai <kchai@redhat.com>
Sun, 19 Jan 2020 05:01:53 +0000 (13:01 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 19 Jan 2020 05:02:12 +0000 (13:02 +0800)
see also #32632. before we have the complete fix, we should disable this
test to avoid more noise from this test.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/crimson/CMakeLists.txt

index 4ba92ddc792b76e0b1a120f652cbbc843b4fe12e..134f917e7c0b2c2271b39cda6b00c5355ed82b4b 100644 (file)
@@ -10,8 +10,6 @@ add_ceph_unittest(unittest_seastar_denc)
 target_link_libraries(unittest_seastar_denc crimson GTest::Main)
 
 add_executable(unittest_seastar_socket test_socket.cc)
-add_ceph_test(unittest_seastar_socket
-  unittest_seastar_socket --memory 256M --smp 2)
 target_link_libraries(unittest_seastar_socket crimson)
 
 add_executable(unittest_seastar_messenger test_messenger.cc)