sqlite3/tests: Remove test case from test_wal_checkpoint

Turns out SQLite SIGSEGVs on CI runs for this...
This commit is contained in:
Pekka Enberg 2025-05-15 09:15:47 +03:00
parent cac464b49a
commit de8d4dfe4f

View file

@ -124,12 +124,6 @@ mod tests {
#[test]
fn test_wal_checkpoint() {
unsafe {
// Test with NULL db handle
assert_eq!(
sqlite3_wal_checkpoint(ptr::null_mut(), ptr::null()),
SQLITE_MISUSE
);
// Test with valid db
let mut db = ptr::null_mut();
assert_eq!(