diff --git a/std/math/nonnative/api_test.go b/std/math/nonnative/api_test.go index b2d0f26d30..425cad99bd 100644 --- a/std/math/nonnative/api_test.go +++ b/std/math/nonnative/api_test.go @@ -222,6 +222,7 @@ type pairingBLS377 struct { pairingRes bls12377.GT } +//lint:ignore U1000 skipped test func (circuit *pairingBLS377) Define(api frontend.API) error { pairingRes, _ := sw_bls12377.Pair(api, []sw_bls12377.G1Affine{circuit.P},