summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
Diffstat (limited to 'qa')
-rwxr-xr-xqa/workunits/rbd/test_librbd_python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/workunits/rbd/test_librbd_python.sh b/qa/workunits/rbd/test_librbd_python.sh
index f0d44ef278f..053feb4297e 100755
--- a/qa/workunits/rbd/test_librbd_python.sh
+++ b/qa/workunits/rbd/test_librbd_python.sh
@@ -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