@@ -92,43 +92,43 @@ jobs:
9292 cache-key : py-remote-${{ matrix.browser }}
9393 run : bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-remote
9494
95- browser-tests :
96- name : Browser Tests
97- needs : build
98- uses : ./.github/workflows/bazel.yml
99- strategy :
100- fail-fast : false
101- matrix :
102- include :
103- - browser : chrome
104- os : ubuntu
105- - browser : edge
106- os : ubuntu
107- - browser : firefox
108- os : ubuntu
109- with :
110- name : Integration Tests (${{ matrix.browser }}, ${{ matrix.os }})
111- browser : ${{ matrix.browser }}
112- os : ${{ matrix.os }}
113- cache-key : py-browser-${{ matrix.browser }}
114- run : |
115- bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:common-${{ matrix.browser }}-bidi
116- bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-${{ matrix.browser }}
95+ # browser-tests:
96+ # name: Browser Tests
97+ # needs: build
98+ # uses: ./.github/workflows/bazel.yml
99+ # strategy:
100+ # fail-fast: false
101+ # matrix:
102+ # include:
103+ # - browser: chrome
104+ # os: ubuntu
105+ # - browser: edge
106+ # os: ubuntu
107+ # - browser: firefox
108+ # os: ubuntu
109+ # with:
110+ # name: Integration Tests (${{ matrix.browser }}, ${{ matrix.os }})
111+ # browser: ${{ matrix.browser }}
112+ # os: ${{ matrix.os }}
113+ # cache-key: py-browser-${{ matrix.browser }}
114+ # run: |
115+ # bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:common-${{ matrix.browser }}-bidi
116+ # bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-${{ matrix.browser }}
117117
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 }}
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 }}
0 commit comments