mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix some test (invalid anyway)
This commit is contained in:
parent
16c962eb30
commit
a4aaf932ba
2 changed files with 0 additions and 11 deletions
|
@ -64,9 +64,6 @@ async fn version_requires_downgrade() {
|
|||
#[actix_rt::test]
|
||||
async fn upgrade_to_the_current_version() {
|
||||
let temp = tempfile::tempdir().unwrap();
|
||||
let server = Server::new_with_options(default_settings(temp.path())).await.unwrap();
|
||||
drop(server);
|
||||
|
||||
let server = Server::new_with_options(Opt {
|
||||
experimental_dumpless_upgrade: true,
|
||||
..default_settings(temp.path())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue