suites/rbd: remove helgrind test cases

Helgrind cannot properly handle Ceph's use of std::mutex --
resulting in numerous false positives and potential assertion
failures.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
Jason Dillaman 2016-09-20 09:26:32 -04:00
parent affccb1a6c
commit b29bf9253d

View File

@ -1,9 +0,0 @@
overrides:
install:
ceph:
debuginfo: true
rbd_fsx:
valgrind: ["--tool=helgrind"]
workunit:
env:
VALGRIND: "helgrind"