Commit eed2056
committed
fix: skip AvmRecursionInnerCircuitTests in debug builds
AvmRecursionInnerCircuitTests.Tampering timed out at 600s in the
nightly debug build. Skip it like HonkRecursionConstraintTest and
ChonkRecursionConstraintTest — the same TwoLayerAvmRecursiveVerifier
code paths are already exercised by AvmRecursiveTests (TwoLayerAvmRecursion,
TwoLayerAvmRecursionFailsWithWrongPIs) and BoomerangTwoLayerAvmRecursive
VerifierTests which all run in debug builds.
No unique debug-only C++ assertions exist in the tampering code path;
the only BB_ASSERT in the verifier (circuit size bounds check) is hit
on the happy path too.1 parent 5e23bc0 commit eed2056
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
0 commit comments