diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 00040c5d40ddf..e0c906c4d8885 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -100,6 +100,8 @@ jobs: fail-fast: false matrix: include: + - browser: safari + os: macos - browser: chrome os: ubuntu - browser: edge @@ -114,21 +116,3 @@ jobs: run: | bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:common-${{ matrix.browser }}-bidi bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-${{ matrix.browser }} - - safari-tests: - name: Browser Tests - needs: build - uses: ./.github/workflows/bazel.yml - strategy: - fail-fast: false - matrix: - include: - - browser: safari - os: macos - with: - name: Integration Tests (${{ matrix.browser }}, ${{ matrix.os }}) - browser: ${{ matrix.browser }} - os: ${{ matrix.os }} - cache-key: py-browser-${{ matrix.browser }} - run: | - bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-${{ matrix.browser }} diff --git a/py/BUILD.bazel b/py/BUILD.bazel index 4935d598a63db..beba3d5684c7c 100644 --- a/py/BUILD.bazel +++ b/py/BUILD.bazel @@ -595,9 +595,7 @@ py_test_suite( name = "test-safari", size = "large", srcs = glob([ - "test/selenium/webdriver/common/**/*.py", "test/selenium/webdriver/safari/**/*.py", - "test/selenium/webdriver/support/**/*.py", ]), args = [ "--instafail",