SHA256
1
0
forked from pool/python-bokeh
Dirk Mueller 2024-01-20 12:44:53 +00:00 committed by Git OBS Bridge
parent 5f57bf4270
commit 516926f06f

View File

@ -166,7 +166,7 @@ deselectname+=" or test_serialization_data_models"
# linting and code structure irrelevant for rpm package
deselectname+=" or test_ruff or test_isort or test_eslint or test_code_quality or test_no_request_host"
# no driver (chromedriver only x86_64)
deselectname+=" or Test_webdriver_control"
deselectname+=" or Test_webdriver_control or test_adding_periodic_twice"
# fails when tested with pytest-xdist
deselectname+=" or (TestModelCls and test_get_class)"
deselectname+=" or test_external_js_and_css_resource_ordering"