Browse Source

Test no longer needs to be skipped after issue fixed

Ask Solem 13 năm trước cách đây
mục cha
commit
7fd062db06
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      celery/tests/test_worker/test_worker.py

+ 0 - 1
celery/tests/test_worker/test_worker.py

@@ -854,7 +854,6 @@ class test_WorkController(AppCase):
         finally:
             state.Persistent = Persistent
 
-    @skip("Issue #264")
     def test_disable_rate_limits(self):
         from celery.worker.buckets import FastQueue
         worker = self.create_worker(disable_rate_limits=True)