Skip to content

Commit

Permalink
remove leftover commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
kkohbrok committed Jan 4, 2024
1 parent 114ad0f commit 4431dc7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test_harness/src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,12 +388,6 @@ pub async fn run_server_restart_test() {
false,
);

//let server_domain_fqdn = Fqdn::from(server_domain);
//let server_domains = vec![server_domain_fqdn.clone()]
// .into_iter()
// .collect::<HashSet<_>>();
//wait_until_servers_are_up(server_domains).await;

sleep(Duration::from_secs(3));

tracing::info!("All servers are up, stopping server.");
Expand Down

0 comments on commit 4431dc7

Please sign in to comment.