workunits/rbd: disable remove_with_watcher test

This will fail until #2533 is fixed.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
This commit is contained in:
Josh Durgin 2012-06-10 21:59:07 -07:00
parent 720aa4663f
commit 031d42ad1f

View File

@ -1,5 +1,5 @@
#!/bin/sh -ex
wget -q https://raw.github.com/ceph/ceph/master/src/test/pybind/test_rbd.py
nosetests -v test_rbd
nosetests -v -e '.*test_remove_with_watcher' test_rbd
exit 0