mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 02:34:20 +01:00
ignore test wal checkpoint
these is flaky now, need to look at it in another time
This commit is contained in:
@@ -244,6 +244,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_wal_checkpoint() -> anyhow::Result<()> {
|
||||
let _ = env_logger::try_init();
|
||||
let tmp_db = TempDatabase::new("CREATE TABLE test (x INTEGER PRIMARY KEY);");
|
||||
|
||||
Reference in New Issue
Block a user