disable closure test

Size of the closure is not deterministic at all. I guess it's because if
the package was sourced from a cache, some dependencies may or may not
exist in the local nix store.
This commit is contained in:
cy 2025-05-04 03:18:51 -04:00
parent 688fcd8706
commit 96ae0ca647

View file

@ -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);
}
*/