File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ jobs:
100100 fail-fast : false
101101 matrix :
102102 include :
103+ - browser : safari
104+ os : macos
103105 - browser : chrome
104106 os : ubuntu
105107 - browser : edge
@@ -114,21 +116,3 @@ jobs:
114116 run : |
115117 bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:common-${{ matrix.browser }}-bidi
116118 bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-${{ matrix.browser }}
117-
118- safari-tests :
119- name : Browser Tests
120- needs : build
121- uses : ./.github/workflows/bazel.yml
122- strategy :
123- fail-fast : false
124- matrix :
125- include :
126- - browser : safari
127- os : macos
128- with :
129- name : Integration Tests (${{ matrix.browser }}, ${{ matrix.os }})
130- browser : ${{ matrix.browser }}
131- os : ${{ matrix.os }}
132- cache-key : py-browser-${{ matrix.browser }}
133- run : |
134- bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-${{ matrix.browser }}
Original file line number Diff line number Diff line change @@ -595,9 +595,7 @@ py_test_suite(
595595 name = "test-safari" ,
596596 size = "large" ,
597597 srcs = glob ([
598- "test/selenium/webdriver/common/**/*.py" ,
599598 "test/selenium/webdriver/safari/**/*.py" ,
600- "test/selenium/webdriver/support/**/*.py" ,
601599 ]),
602600 args = [
603601 "--instafail" ,
You can’t perform that action at this time.
0 commit comments