Skip to content

Commit

Permalink
Revert "bring back expensive test"
Browse files Browse the repository at this point in the history
This reverts commit 8d66aad.
  • Loading branch information
cgardens committed Mar 17, 2024
1 parent d3d0785 commit 078334e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@ jobs:
- name: Build
uses: Wandalen/[email protected]
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

Expand Down

0 comments on commit 078334e

Please sign in to comment.