ci: skip test that makes jenkins python process crash (#88209) #1270

Merged
fpeters merged 2 commits from wip/88209-jenkins-python-crash into main 2024-03-15 09:53:58 +01:00
2 changed files with 2 additions and 0 deletions

View File

@ -777,6 +777,7 @@ def test_field_live_select_autocomplete_jsonvalue_prefill(pub, http_requests):
assert resp.pyquery('[data-field-id="1"][data-live-source]')
@pytest.mark.skipif('JOB_NAME' in os.environ, reason='jenkins python segfault')
def test_field_live_select(pub, http_requests):
FormDef.wipe()
formdef = FormDef()

View File

@ -474,6 +474,7 @@ PROFILE = {
def test_process_notification_user_provision(pub):
User = pub.user_class
User.wipe()
# create some roles
from wcs.ctl.management.commands.hobo_deploy import Command