This commit is contained in:
김선우
2024-09-16 23:07:50 +09:00
parent 905b34c9a8
commit 9e2756fabc

View File

@@ -98,6 +98,7 @@ mod tests {
}
#[test]
#[ignore]
fn test_simple_overflow_page() -> anyhow::Result<()> {
let _ = env_logger::try_init();
let tmp_db = TempDatabase::new("CREATE TABLE test (x INTEGER PRIMARY KEY, t TEXT);");