diff --git a/test/assert_checkcircuit.go b/test/assert_checkcircuit.go index c9711a7ef9..424af067e6 100644 --- a/test/assert_checkcircuit.go +++ b/test/assert_checkcircuit.go @@ -120,11 +120,11 @@ func (assert *Assert) CheckCircuit(circuit frontend.Circuit, opts ...TestingOpti w := w assert.Run(func(assert *Assert) { checkSolidity := opt.checkSolidity && curve == ecc.BN254 - if !checkSolidity { - // TODO @gbotrel FIXME running with t.Parallel() makes the test fail - // when calling solidityVerification - assert.t.Parallel() - } + // if !checkSolidity { + // // TODO @gbotrel FIXME running with t.Parallel() makes the test fail + // // when calling solidityVerification + // assert.t.Parallel() + // } proof, err := concreteBackend.prove(ccs, pk, w.full, opt.proverOpts...) assert.noError(err, &w)