Skip to content

Commit 5733c76

Browse files
author
Anirav Kareddy
committed
run the flaky test cases 5 times
1 parent 97f79a1 commit 5733c76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
export AWS_S3EC_TEST_KMS_KEY_ID=arn:aws:kms:${{ vars.CI_AWS_REGION }}:${{ secrets.CI_AWS_ACCOUNT_ID }}:key/${{ vars.CI_KMS_KEY_ID }}
5454
export AWS_S3EC_TEST_KMS_KEY_ALIAS=arn:aws:kms:${{ vars.CI_AWS_REGION }}:${{ secrets.CI_AWS_ACCOUNT_ID }}:alias/${{ vars.CI_KMS_KEY_ALIAS }}
5555
export AWS_REGION=${{ vars.CI_AWS_REGION }}
56-
mvn -B -ntp test -DskipCompile
56+
echo "Running S3EncryptionClientStreamTest with 5 repetitions..."
57+
mvn -B -ntp test -DskipCompile \
58+
-Dtest=S3EncryptionClientStreamTest \
59+
-Dci.test.repeat=5
5760
shell: bash
5861

5962
- name: Package JAR

0 commit comments

Comments
 (0)