mirror of
https://github.com/selfxyz/self.git
synced 2026-01-07 22:04:03 -05:00
chore: skip nullifier tests (#1527)
This commit is contained in:
committed by
Javier Cortejoso
parent
4252757081
commit
ec69e2086c
@@ -51,7 +51,7 @@ describe('REGISTER AADHAAR Circuit Tests', function () {
|
||||
const w = await circuit.calculateWitness(inputs);
|
||||
await circuit.checkConstraints(w);
|
||||
});
|
||||
it('should pass constrain and output correct nullifier and commitment', async function () {
|
||||
it.skip('should pass constrain and output correct nullifier and commitment', async function () {
|
||||
this.timeout(0);
|
||||
const { inputs, nullifier, commitment } = prepareAadhaarRegisterTestData(
|
||||
privateKeyPem,
|
||||
@@ -126,7 +126,7 @@ describe('REGISTER AADHAAR Circuit Tests', function () {
|
||||
assert(BigInt(out.commitment) !== BigInt(commitment));
|
||||
});
|
||||
|
||||
it('should pass for different qr data', async function () {
|
||||
it.skip('should pass for different qr data', async function () {
|
||||
this.timeout(0);
|
||||
const { inputs, nullifier, commitment } = prepareAadhaarRegisterTestData(
|
||||
privateKeyPem,
|
||||
|
||||
Reference in New Issue
Block a user