Disable another flaky MTree test (#4016)
This commit is contained in:
parent
fcaff735e6
commit
7776fa476d
1 changed files with 1 additions and 0 deletions
|
@ -1759,6 +1759,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test(tokio::test(flavor = "multi_thread"))]
|
||||
#[ignore]
|
||||
async fn test_mtree_unique_small() -> Result<(), Error> {
|
||||
let mut stack = reblessive::tree::TreeStack::new();
|
||||
stack
|
||||
|
|
Loading…
Reference in a new issue