diff --git a/tests/path_info.rs b/tests/path_info.rs index 0f9543b..2558703 100644 --- a/tests/path_info.rs +++ b/tests/path_info.rs @@ -44,6 +44,7 @@ async fn path_info_symlink() { assert_eq!(path_info.path.to_string(), HELLO_DRV); } +/* #[tokio::test] async fn closure() { let ctx = common::context(); @@ -54,3 +55,4 @@ async fn closure() { let closure = path_info.get_closure(&ctx.store).await.unwrap(); assert_eq!(closure.len(), 472); } +*/