these two tests are very chatty, just silence it. we can always re-enable the
logging, if something goes wrong with any of them.
Signed-off-by: Kefu Chai <kchai@redhat.com>
test_staged_fltree.cc
../../gtest_seastar.cc)
add_ceph_unittest(unittest-staged-fltree
- --memory 256M --smp 1)
+ --log-to-stdout 0 --memory 256M --smp 1)
target_link_libraries(unittest-staged-fltree
crimson-seastore)
test_fltree_onode_manager.cc
../../gtest_seastar.cc)
add_ceph_unittest(unittest-fltree-onode-manager
- --memory 256M --smp 1)
+ --log-to-stdout 0 --memory 256M --smp 1)
target_link_libraries(unittest-fltree-onode-manager
crimson-seastore)