Skip to content

Commit

Permalink
Fix elastic test
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser committed Sep 28, 2024
1 parent b8503fa commit 9a7de90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tremor-connectors/tests/elastic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const VERSION: &str = "8.6.2";

fn default_image() -> ContainerRequest<GenericImage> {
GenericImage::new(IMAGE, VERSION)
.with_wait_for(WaitFor::message_on_stdout("license mode is"))
// JVM memory settings
.with_env_var("ES_JAVA_OPTS", "-Xms256m -Xmx256m")
// single node mode
Expand Down

0 comments on commit 9a7de90

Please sign in to comment.