Remove un-needed hack in probetest

If you ran this probe test with ssync before the related change it would
demonstrate the related bug.  The hack isn't harmful, but it isn't
needed anymore.

Related-Change-Id: I7f90b732c3268cb852b64f17555c631d668044a8
Related-Bug: 1652323

Change-Id: I09e3984a0500a0f4eceec392e7970b84070a5b39
This commit is contained in:
Clay Gerrard 2018-01-11 14:21:39 -08:00
parent 5917ea0ea1
commit 7afc6a06ee
1 changed files with 0 additions and 3 deletions

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)