[ci skip] Array module is buggy

AddressSanitizer: heap-use-after-free on address
This commit is contained in:
gwenn
2018-08-05 13:20:15 +02:00
parent fc37b324b8
commit cea8e5cea2
2 changed files with 2 additions and 1 deletions

View File

@@ -171,6 +171,7 @@ mod test {
#[test]
#[cfg_attr(rustfmt, rustfmt_skip)]
#[ignore] // RUSTFLAGS="-Z sanitizer=address" cargo test --lib --features "array" -- --ignored
fn test_array_module() {
let db = Connection::open_in_memory().unwrap();
array::load_module(&db).unwrap();