expect panic

This commit is contained in:
Stephan Dilly 2021-05-09 18:17:02 +02:00
parent 69f92d2ea2
commit c0962d85b3

View file

@ -440,6 +440,8 @@ mod test_long_paths {
}
#[test]
//TODO: right now this fails already because we cannot even create the path
#[cfg_attr(windows, should_panic)]
fn test_stage_long_folder() {
let (_td, repo) = repo_init().unwrap();
let repo_path = repo.workdir().unwrap().to_str().unwrap();