Explorar el Código

Test no longer needs to be skipped after issue fixed

Ask Solem hace 13 años
padre
commit
7fd062db06
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)