Skip to content

Commit

Permalink
build: Fix e2e tests for builds on v0.78
Browse files Browse the repository at this point in the history
- The edge version of deephaven-core installs the latest version of deephaven.ui, which is not compatible with this old version of the UI
- Just pin the e2e tests to an older build of core
  • Loading branch information
mofojed committed Dec 13, 2024
1 parent 882980d commit c50477d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker-scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
dhc-server:
image: ghcr.io/deephaven/server:${DHC_VERSION:-edge}
image: ghcr.io/deephaven/server:${DHC_VERSION:-0.35.2}
pull_policy: always
volumes:
- ./data:/data
Expand Down

0 comments on commit c50477d

Please sign in to comment.