Skip to content

Commit 7ac2a95

Browse files
authored
Merge branch 'trunk' into pinned-browser-updates
2 parents d4d741f + d55eff3 commit 7ac2a95

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/workflows/ci-python.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff 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 }}

py/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)