Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
t4lz committed Jan 9, 2025
1 parent c49013c commit 74c2d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/src/traffic/steal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ mod steal_tests {

let mut flags = vec!["--steal"];

// if cfg!(feature = "ephemeral") {
// flags.extend(["-e"].into_iter());
// }
if cfg!(feature = "ephemeral") {
flags.extend(["-e"].into_iter());
}

let mut process = application
.run(
Expand Down
1 change: 0 additions & 1 deletion tests/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,6 @@ pub async fn run_exec(
// minikube load image test:latest
let mut base_env = HashMap::new();
base_env.insert("MIRRORD_AGENT_IMAGE", "test");
base_env.insert("MIRRORD_AGENT_TTL", "30");
base_env.insert("MIRRORD_CHECK_VERSION", "false");
base_env.insert("MIRRORD_AGENT_RUST_LOG", "warn,mirrord=debug");
base_env.insert("MIRRORD_AGENT_COMMUNICATION_TIMEOUT", "180");
Expand Down

0 comments on commit 74c2d49

Please sign in to comment.