File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 browser : chrome
2020 cache-key : java-${{ matrix.os }}-tests
2121 run : |
22- bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest `
22+ bazel test --flaky_test_attempts 3 //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest `
2323 //java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest `
2424 //java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest `
2525 //java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest `
4040 browser : chrome
4141 cache-key : java-${{ matrix.os }}-tests
4242 run : |
43- bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote \
43+ bazel test --flaky_test_attempts 3 //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote \
4444 //java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest \
4545 //java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest \
4646 //java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest \
6161 browser : chrome
6262 cache-key : java-${{ matrix.os }}-remote-tests
6363 run : |
64- bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote
64+ bazel test --flaky_test_attempts 3 //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote
You can’t perform that action at this time.
0 commit comments