File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,6 @@ func TestECRecoverCircuitShort(t *testing.T) {
91
91
92
92
func TestECRecoverCircuitFull (t * testing.T ) {
93
93
t .Skip ("skipping very long test" )
94
- if testing .Short () {
95
- t .Skip ("skipping full ECRecover in short mode" )
96
- return
97
- }
98
94
assert := test .NewAssert (t )
99
95
circuit , witness := testRoutineECRecover (t )
100
96
assert .ProverSucceeded (circuit , witness ,
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ func TestECMulCircuitShort(t *testing.T) {
123
123
}
124
124
125
125
func TestECMulCircuitFull (t * testing.T ) {
126
+ t .Skip ("skipping very long test" )
126
127
assert := test .NewAssert (t )
127
128
circuit , witness := testRoutineECMul (t )
128
129
assert .ProverSucceeded (circuit , witness ,
You can’t perform that action at this time.
0 commit comments