Merge "Remove un-needed hack in probetest"

This commit is contained in:
Zuul 2018-01-13 09:49:21 +00:00 committed by Gerrit Code Review
commit e8bd8411c1

View File

@ -282,9 +282,6 @@ class TestObjectExpirer(ReplProbeTest):
# run expirer again, delete should now succeed
self.expirer.once()
# this is mainly to paper over lp bug #1652323
self.get_to_final_state()
# verify the deletion by checking the container listing
self.assertFalse(self._check_obj_in_container_listing(),
msg='Found listing for %s' % self.object_name)