Unignore fk_deferred_constraints_fuzz because it doesnt fail anymore

This commit is contained in:
Jussi Saurio
2025-10-21 12:36:12 +03:00
parent 97aad78b3f
commit 1fdc0258cd

View File

@@ -653,7 +653,6 @@ mod fuzz_tests {
#[test]
#[allow(unused_assignments)]
#[ignore] // ignoring because every error I can find is due to sqlite sub-transaction behavior
pub fn fk_deferred_constraints_fuzz() {
let _ = env_logger::try_init();
let (mut rng, seed) = rng_from_time_or_env();