mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 09:56:28 +00:00 
			
		
		
		
	Merge #5383
5383: Skip a snapshot test on Windows r=dureuill a=Kerollmops This PR skips the `perform_on_demand_snapshot` test on Windows, which is very flaky on this platform. Note that we keep running it on macOS and Ubuntu. Co-authored-by: Kerollmops <clement@meilisearch.com>
This commit is contained in:
		@@ -111,6 +111,7 @@ async fn perform_snapshot() {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[actix_rt::test]
 | 
					#[actix_rt::test]
 | 
				
			||||||
 | 
					#[cfg_attr(target_os = "windows", ignore)]
 | 
				
			||||||
async fn perform_on_demand_snapshot() {
 | 
					async fn perform_on_demand_snapshot() {
 | 
				
			||||||
    let temp = tempfile::tempdir().unwrap();
 | 
					    let temp = tempfile::tempdir().unwrap();
 | 
				
			||||||
    let snapshot_dir = tempfile::tempdir().unwrap();
 | 
					    let snapshot_dir = tempfile::tempdir().unwrap();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user