Skip to content

Commit bf60655

Browse files
committed
don't skip foreman-tasks test
1 parent 3d19362 commit bf60655

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/foreman_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ def test_foreman_status_cache(foreman_status):
4343

4444
@pytest.mark.parametrize("katello_service", ['candlepin', 'candlepin_auth', 'candlepin_events', 'foreman_tasks', 'katello_events', 'pulp3', 'pulp3_content'])
4545
def test_katello_services_status(foreman_status, katello_service):
46-
if katello_service == 'foreman_tasks':
47-
pytest.xfail("Foreman Tasks needs to boot workers, we don't wait enough")
4846
assert foreman_status['results']['katello']['services'][katello_service]['status'] == 'ok'
4947

5048

0 commit comments

Comments
 (0)