diff --git a/gateway-ha/src/test/java/io/trino/gateway/ha/clustermonitor/TestClusterStatsMonitor.java b/gateway-ha/src/test/java/io/trino/gateway/ha/clustermonitor/TestClusterStatsMonitor.java index 443a9ffec..49ab1b3e1 100644 --- a/gateway-ha/src/test/java/io/trino/gateway/ha/clustermonitor/TestClusterStatsMonitor.java +++ b/gateway-ha/src/test/java/io/trino/gateway/ha/clustermonitor/TestClusterStatsMonitor.java @@ -47,7 +47,8 @@ final class TestClusterStatsMonitor @BeforeAll void setUp() { - trino = new TrinoContainer("trinodb/trino"); + // TODO https://github.com/trinodb/trino-gateway/issues/773 Update Trino version + trino = new TrinoContainer("trinodb/trino:476"); trino.withCopyFileToContainer(forClasspathResource("trino-config-with-rmi.properties"), "/etc/trino/config.properties"); trino.withCopyFileToContainer(forClasspathResource("jvm-with-rmi.config"), "/etc/trino/jvm.config"); trino.start();