Skip to content

Commit

Permalink
Disable solver tests temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
chemix-lunacy committed Dec 3, 2024
1 parent 6ed0025 commit 7cadcab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rasqal/src/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,13 @@ mod tests {
// run_with_config("../tests/files/qir/large/500qb20k.ll", config);
// }

#[test]
// #[test]
fn execute_500qb_4k() {
let config = RasqalConfig::default().with_activate_solver();
run_with_config("../tests/files/qir/large/500qb4k.ll", config);
}

#[test]
// #[test]
fn execute_qaoa_solver() {
let config = RasqalConfig::default().with_activate_solver();
run_with_config("../tests/qsharp/qaoa/qir/qaoa.ll", config);
Expand Down

0 comments on commit 7cadcab

Please sign in to comment.