Skip to content

Commit

Permalink
fix: disable py-client-ticking tests (#5893)
Browse files Browse the repository at this point in the history
This is a temporary fix meant to get CI back and running without out of
disk errors.
  • Loading branch information
devinrsmith authored Aug 5, 2024
1 parent d1456b0 commit 5741600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/client-ticking/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ def syncWheels = tasks.register('syncWheels', Sync) {

assemble.dependsOn syncWheels

check.dependsOn testPyClientTicking
// check.dependsOn testPyClientTicking

deephavenDocker.shouldLogIfTaskFails testPyClientTicking

0 comments on commit 5741600

Please sign in to comment.