test: do not wipe-on-error during tests

pull/24376/head
Marco Neumann 2021-08-09 15:43:32 +02:00
parent 2eaf486eac
commit 2082042626
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ impl TestDbBuilder {
Arc::clone(&object_store),
server_id,
Arc::clone(&metrics_registry),
true,
false,
false,
)
.await