Reconsider the Windows tests

This commit is contained in:
Clément Renault 2022-10-27 13:50:05 +02:00
parent b44cc62320
commit 44d6f3e7a0
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 0 additions and 20 deletions

View file

@ -44,7 +44,6 @@ async fn error_delete_unexisting_index() {
}
#[actix_rt::test]
#[cfg_attr(target_os = "windows", ignore)]
async fn loop_delete_add_documents() {
let server = Server::new().await;
let index = server.index("test");