forgot to remove label cleanup periodic task

This commit is contained in:
Chris Meyers
2016-07-22 10:33:30 -04:00
parent 46998cdcfe
commit c42af3c61a
4 changed files with 0 additions and 24 deletions

View File

@@ -4,7 +4,6 @@ from django.conf import settings
from datetime import timedelta
@pytest.mark.parametrize("job_name,function_path", [
('label_cleanup', 'awx.main.tasks.run_label_cleanup'),
('admin_checks', 'awx.main.tasks.run_administrative_checks'),
('tower_scheduler', 'awx.main.tasks.tower_periodic_scheduler'),
])