noir-lang/noir

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

Opened this issue · 0 comments

In #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.