File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 os : ${{ matrix.os }}
113113 cache-key : py-browser-${{ matrix.browser }}
114114 run : |
115- bazel test --flaky_test_attempts 3 //py:common-${{ matrix.browser }}-bidi
115+ bazel test --local_test_jobs 1 -- flaky_test_attempts 3 //py:common-${{ matrix.browser }}-bidi
116116 bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-${{ matrix.browser }}
117117
118118 safari-tests :
Original file line number Diff line number Diff line change 3131-//py:test-chrome-test/selenium/webdriver/chrome/chrome_launcher_tests.py
3232-//py:test-chrome-test/selenium/webdriver/chrome/chrome_service_tests.py
3333-//py:test-chrome-test/selenium/webdriver/chrome/proxy_tests.py
34+ -//py:test-edge-test/selenium/webdriver/edge/edge_launcher_tests.py
35+ -//py:test-edge-test/selenium/webdriver/edge/edge_service_tests.py
3436-//rb/spec/integration/selenium/webdriver/chrome:service-chrome
3537-//rb/spec/integration/selenium/webdriver/chrome:service-chrome-bidi
3638-//rb/spec/integration/selenium/webdriver/chrome:service-chrome-remote
You can’t perform that action at this time.
0 commit comments