ci: skip test that makes jenkins python process crash (#88209)
gitea/wcs/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2024-03-15 08:47:23 +01:00
parent 783dab9978
commit 0d76883638
1 changed files with 1 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()