diff --git a/end2end-tests/tests/common/mod.rs b/end2end-tests/tests/common/mod.rs index b9b4a1e098dec4d927bf9b6bdaa3d82633b7d603..41f3380cf013308b5e15259a789cc8e4d623d74b 100644 --- a/end2end-tests/tests/common/mod.rs +++ b/end2end-tests/tests/common/mod.rs @@ -205,9 +205,6 @@ fn spawn_full_node( let log_file_path = format!("duniter-v2s-{}.log", ws_port); let log_file = std::fs::File::create(&log_file_path).expect("fail to create log file"); - // Clean previous data - std::fs::remove_dir_all("/tmp/duniter-cucumber").ok(); - // Command let process = Process( Command::new(duniter_binary_path)