Skip to content

Commit

Permalink
✅ update test for parallele execution
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Jan 3, 2024
1 parent b2b569f commit f61f25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdviz-collector/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f61f25a

Please sign in to comment.