Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #3280 was successful

Job: Datasets was successful

Test results

  • 20 tests in total
  • 1 test was quarantined / skipped
  • 20 minutes taken in total.

Build 3,280 has the following 1 quarantined tests:

Quarantined tests 1
Status Test Failing since Quarantined by Duration
RuntimeError: no  item found in Oneprovider page
web_elem_root = <tests.conftest.ChromeWithAllLogs (session="0b7dc53825b90b290175a70c4d0e3f1a")>
css_sel = '.dataset-browser', err_msg = 'no  item found in Oneprovider page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
>           item = web_elem_root.find_element(By.CSS_SELECTOR, css_sel)
(195 more lines...)