Skip to content

Commit

Permalink
[java] Reties in CI for Java tests
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Mar 25, 2024
1 parent 033d1a8 commit 35fef2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
browser: chrome
cache-key: java-${{ matrix.os }}-tests
run: |
bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest `
bazel test --flaky_test_attempts 3 //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest `
//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest `
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest `
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest `
Expand All @@ -40,7 +40,7 @@ jobs:
browser: chrome
cache-key: java-${{ matrix.os }}-tests
run: |
bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote \
bazel test --flaky_test_attempts 3 //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote \
//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest \
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest \
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest \
Expand All @@ -61,4 +61,4 @@ jobs:
browser: chrome
cache-key: java-${{ matrix.os }}-remote-tests
run: |
bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote
bazel test --flaky_test_attempts 3 //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote

0 comments on commit 35fef2a

Please sign in to comment.