Skip to content

Commit

Permalink
Skip model 079 in the complex DNF test.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed Sep 18, 2024
1 parent c32f2b9 commit 75d8572
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_impl_bdd/_impl_dnf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,12 @@ mod tests {
continue;
}

if name == "079.bnet" {
// The model fails to parse with stack overflow in debug mode,
// but is ok in release.
continue;
}

println!("Testing {}", name);

let mut total_monotonicity_tests = 0usize;
Expand Down

0 comments on commit 75d8572

Please sign in to comment.