noir-lang / noir

Noir is a domain specific language for zero knowledge proofs
https://noir-lang.org
Apache License 2.0
821 stars 177 forks source link

Add option to ignore tests which fail due to unhandled oracle calls #5363

Open TomAFrench opened 2 days ago

TomAFrench commented 2 days ago

In https://github.com/noir-lang/noir/pull/5355, the aztec-nr test suite is failing due to it defining oracle calls which nargo does not provide, however we want to be able to tell if we're running the rest of the test suite correctly.

We should then add some flag which tells Nargo that it should ignore tests which fail due to unsupported oracle calls.