diff --git a/cdviz-collector/src/main.rs b/cdviz-collector/src/main.rs index 7c17d99..446748e 100644 --- a/cdviz-collector/src/main.rs +++ b/cdviz-collector/src/main.rs @@ -142,8 +142,8 @@ mod tests { .start_with_options( image, RunOption::builder() - .with_remove(false) - .with_name("test_cdviz") + .with_remove(true) + //.with_name("test_cdviz") // use random name for parallel test .build(), ) .await