Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feat/tally-subtask
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Apr 3, 2024
2 parents 8e3a1a2 + 004be49 commit 7a4c273
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/tests/userRegistrySnapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ async function addUser(
return userRegistry.addUser(userAccount, proofRlpBytes)
}

describe('SnapshotUserRegistry', function () {
// TODO: find a better way to test snapshot. Currently this test fails
// because snapshot too old, it becomes unable
describe.skip('SnapshotUserRegistry', function () {
let userRegistry: Contract
let block: Block

Expand Down

0 comments on commit 7a4c273

Please sign in to comment.