Skip to content

Commit

Permalink
Merge pull request #10616 from hannes/jdbctestchanged
Browse files Browse the repository at this point in the history
JDBC: Skip combine test run because #10338
  • Loading branch information
Mytherin authored Feb 13, 2024
2 parents 4d24f5c + 696a6e8 commit 24e17ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/jdbc_maven_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ def exec(cmd):
):
raise ValueError('could not create all required files')

# run basic tests, it should now work on whatever platform this is
exec("java -cp %s org.duckdb.test.TestDuckDBJDBC" % binary_jar)

# now sign and upload everything
# for this to work, you must have entry in ~/.m2/settings.xml:

Expand Down

0 comments on commit 24e17ff

Please sign in to comment.