File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
browser : chrome
20
20
cache-key : java-${{ matrix.os }}-tests
21
21
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 `
23
23
//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest `
24
24
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest `
25
25
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest `
40
40
browser : chrome
41
41
cache-key : java-${{ matrix.os }}-tests
42
42
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 \
44
44
//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest \
45
45
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest \
46
46
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest \
61
61
browser : chrome
62
62
cache-key : java-${{ matrix.os }}-remote-tests
63
63
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