Skip to content

Commit

Permalink
CI: Make some tests really fast
Browse files Browse the repository at this point in the history
  • Loading branch information
AymericDu committed Oct 15, 2021
1 parent cba8fe4 commit efae32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/api/test_objectstorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def test_container_del_set_same_property(self):
self.assertDictEqual(_metadata, event.data['properties'])

def _flush_and_check(self, cname, fast=False):
self.api.container_flush(self.account, cname, limit=50)
self.api.container_flush(self.account, cname, fast=fast, limit=50)
self.wait_for_score(('account', 'meta2'))
properties = self.api.container_get_properties(self.account, cname)
self.assertEqual(properties['system']['sys.m2.objects'], '0')
Expand Down

0 comments on commit efae32b

Please sign in to comment.