Skip to content

Commit

Permalink
Skip test on extension_inference
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Jun 7, 2024
1 parent 0924788 commit 11bc613
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hugr-core/src/builder/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ mod test {
};

#[test]
#[cfg_attr(
feature = "extension_inference",
ignore = "Extension validation fails when mixing in the float extension"
)]
fn simple_linear() {
let build_res = build_main(
FunctionType::new(type_row![QB, QB], type_row![QB, QB])
Expand Down

0 comments on commit 11bc613

Please sign in to comment.