mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
test: Ignore the auths tests on windows
Since the auths tests fail sporadically on the windows CI but we can't reproduce these failures with a real windows machine we are going to ignore theses one. But we still ensure they compile.
This commit is contained in:
parent
ea0a5271f7
commit
d7df4d6b84
2 changed files with 10 additions and 1 deletions
|
@ -43,8 +43,8 @@ async fn error_delete_unexisting_index() {
|
|||
assert_eq!(response["error"], expected_response);
|
||||
}
|
||||
|
||||
#[cfg(not(windows))]
|
||||
#[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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue