summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/dbus/lvmdbustest.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/dbus/lvmdbustest.py b/test/dbus/lvmdbustest.py
index 02d4d35d7..e7df238ce 100755
--- a/test/dbus/lvmdbustest.py
+++ b/test/dbus/lvmdbustest.py
@@ -900,16 +900,6 @@ class TestDbusService(unittest.TestCase):
j.Remove()
break
- else:
- # Most of the time we will get this exception as expected, but there is
- # a race condition between checking if it's complete and removing it (we want to try to remove while
- # it's not complete to raise the exception)
- # Thus, we can't reliably use self.assertRaises.
- # We have included it here to test this path in the daemon.
- try:
- j.Remove()
- except dbus.exceptions.DBusException:
- pass
if j.Wait(1):
self.assertTrue(j.Wait(0))