remove serial_test

This commit is contained in:
Riccardo Casatta
2021-06-17 14:13:17 +02:00
parent 6394c3e209
commit 18dcda844f
4 changed files with 1 additions and 28 deletions

View File

@@ -385,6 +385,7 @@ impl BatchDatabase for Tree {
mod test {
use std::sync::{Arc, Condvar, Mutex, Once};
use std::time::{SystemTime, UNIX_EPOCH};
use lazy_static::lazy_static;
use sled::{Db, Tree};