mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-10 02:34:20 +01:00
sqlite3/tests: Remove test case from test_wal_checkpoint
Turns out SQLite SIGSEGVs on CI runs for this...
This commit is contained in:
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user