mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
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:
parent
720aa4663f
commit
031d42ad1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user