Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,7 @@ jobs:
jdbc-compliance:
name: JDBC Compliance
runs-on: ubuntu-20.04
# temporary disabled until jdbccts is fixed
# https://github.com/cwida/jdbccts/pull/1
if: ${{ false }}
#if: ${{ inputs.skip_tests != 'true' }}
if: ${{ inputs.skip_tests != 'true' }}
needs: java-linux-amd64
container: quay.io/pypa/manylinux_2_28_x86_64
env:
Expand Down
Loading