From 078334e22d198cefaf1941a732e219e93a47332c Mon Sep 17 00:00:00 2001 From: cgardens Date: Sat, 16 Mar 2024 22:32:19 -0700 Subject: [PATCH] Revert "bring back expensive test" This reverts commit 8d66aad8952969c4567fb2eb501ccb3d13cf7e4a. --- .github/workflows/gradle.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 924887905c2..53d193c4444 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -172,7 +172,10 @@ jobs: - name: Build uses: Wandalen/wretry.action@v1.0.36 with: - command: ./gradlew build javadoc --scan + # todo (cgardens): temporarily skipping airbyte-commons-worker because one of the tests uses too much memory. we are + # adjusting the test to use a more reasonable amount of memory. + # command: ./gradlew build javadoc --scan + command: ./gradlew build -x :airbyte-commons-worker:test javadoc --scan attempt_limit: 3 attempt_delay: 5000 # in ms