mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-24 12:53:45 +00:00
Disable btree_insert_fuzz_run_random test
This commit is contained in:
parent
6199c3994a
commit
cc8340d30e
1 changed files with 1 additions and 0 deletions
|
@ -4208,6 +4208,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
pub fn btree_insert_fuzz_run_random() {
|
||||
btree_insert_fuzz_run(128, 16, |rng| (rng.next_u32() % 4096) as usize);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue