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:
parent
688fcd8706
commit
96ae0ca647
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue