mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Ignore test_log.
This commit is contained in:
parent
8bff40b6d6
commit
50bfba1e1d
@ -75,11 +75,8 @@ mod test {
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[test] #[ignore] // To avoid freezing tests
|
||||
fn test_log() {
|
||||
if true { // To avoid freezing tests
|
||||
return
|
||||
}
|
||||
unsafe { ffi::sqlite3_shutdown() };
|
||||
super::config_log(Some(log_callback)).unwrap();
|
||||
//super::log(ffi::SQLITE_NOTICE, "message from rusqlite");
|
||||
|
Loading…
Reference in New Issue
Block a user