This test can take up to 20 minutes to execute, which is an order of
magnitude longer than other unit tests. This is slowing down the
build bots.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
check_PROGRAMS += unittest_librbd
check_SCRIPTS += test/run-rbd-unit-tests.sh
-if VALGRIND_ENABLED
-check_SCRIPTS += test/run-rbd-valgrind-unit-tests.sh
-endif
-
ceph_test_librbd_SOURCES = \
test/librbd/test_main.cc
ceph_test_librbd_CXXFLAGS = $(UNITTEST_CXXFLAGS) -DTEST_LIBRBD_INTERNALS